#604F11

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

Shades of Bronze Olive #604F11

Tints of Bronze Olive #604F11

Color information

#604F11 (or 0x604F11) is unknown color: approx Bronze Olive. HEX triplet: 60, 4F and 11. RGB value is (96,79,17). Sum of RGB (Red+Green+Blue) = 96+79+17=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 79 (31.25% from 255 or 41.15% from 192); Blue value is 17 (7.03% from 255 or 8.85% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #604F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #604F11 is #9FB0EE. Grayscale: #4D4D4D. Windows color (decimal): -10465519 or 1134432. OLE color: 1134432.

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

Color convert

RGB967917-
CMYK00.180.820.62
HSL47.09º69.91%22.16%-
HSV(B)47.09º82.29%37.65%-
XYZ7.728.121.69-
YUV77.0294.13141.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50%
GREEN value IS 79 (31.25% from 255) = 41.15%
BLUE value IS 17 (7.03% from 255) = 8.85%
R=50%
G=41.15%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96791700.180.820.6247.0969.9122.16
Hex604F11012523E2f4616
Octal14011721022122765710626
Binary11000001001111100010100101010010111110101111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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