#604F0C

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

Shades of Bronze Olive #604F0C

Tints of Bronze Olive #604F0C

Color information

#604F0C (or 0x604F0C) is unknown color: approx Bronze Olive. HEX triplet: 60, 4F and 0C. RGB value is (96,79,12). Sum of RGB (Red+Green+Blue) = 96+79+12=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #604F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #604F0C is #9FB0F3. Grayscale: #4C4C4C. Windows color (decimal): -10465524 or 806752. OLE color: 806752.

HSL color Cylindrical-coordinate representation of color #604F0C: hue angle of 47.86º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #604F0C is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB967912-
CMYK00.180.880.62
HSL47.86º77.78%21.18%-
HSV(B)47.86º87.5%37.65%-
XYZ7.698.111.51-
YUV76.4491.63141.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.34%
GREEN value IS 79 (31.25% from 255) = 42.25%
BLUE value IS 12 (5.08% from 255) = 6.42%
R=51.34%
G=42.25%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96791200.180.880.6247.8677.7821.18
Hex604FC012583E304e15
Octal14011714022130766011625
Binary1100000100111111000100101011000111110110000100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604F0C; }

 p { color: rgb(96,79,12); }

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

<style>
 a { background-color: #604F0C; }

 a { background-color: rgb(96,79,12); }

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

<style>
 span { border-color: #604F0C; }

 span { border-color: rgb(96,79,12); }

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