#63550F

Color #63550F Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #63550F

Tints of Bronze Olive #63550F

Color information

#63550F (or 0x63550F) is unknown color: approx Bronze Olive. HEX triplet: 63, 55 and 0F. RGB value is (99,85,15). Sum of RGB (Red+Green+Blue) = 99+85+15=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #63550F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63550F is #9CAAF0. Grayscale: #515151. Windows color (decimal): -10267377 or 1004899. OLE color: 1004899.

HSL color Cylindrical-coordinate representation of color #63550F: hue angle of 50º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #63550F is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB998515-
CMYK00.140.850.61
HSL50º73.68%22.35%-
HSV(B)50º84.85%38.82%-
XYZ8.489.181.78-
YUV81.2190.64140.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 49.75%
GREEN value IS 85 (33.59% from 255) = 42.71%
BLUE value IS 15 (6.25% from 255) = 7.54%
R=49.75%
G=42.71%
B=7.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99851500.140.850.615073.6822.35
Hex6355F0E553D324a16
Octal14312517016125756211226
Binary110001110101011111011101010101111101110010100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63550F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63550F; }

 p { color: rgb(99,85,15); }

 H1.HeaderClassName
 {
   color: #63550F;
 }
 .AnyTagClassName
 {
   color: #63550F;
 }
</style>
background-color css

<style>
 a { background-color: #63550F; }

 a { background-color: rgb(99,85,15); }

 div.DivClassName
 {
   background-color: #63550F;
 }
 .BgClassName
 {
   background-color: #63550F;
 }
</style>
border-color css

<style>
 span { border-color: #63550F; }

 span { border-color: rgb(99,85,15); }

 td.TdClassName
 {
   border-color: #63550F;
 }
 .TagClassName
 {
   border-color: #63550F;
 }
</style>