#604C11

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

Shades of Bronze Olive #604C11

Tints of Bronze Olive #604C11

Color information

#604C11 (or 0x604C11) is unknown color: approx Bronze Olive. HEX triplet: 60, 4C and 11. RGB value is (96,76,17). Sum of RGB (Red+Green+Blue) = 96+76+17=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 17 (7.03% from 255 or 8.99% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #604C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604C11 is #9FB3EE. Grayscale: #4B4B4B. Windows color (decimal): -10466287 or 1133664. OLE color: 1133664.

HSL color Cylindrical-coordinate representation of color #604C11: hue angle of 44.81º 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 #604C11 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB967617-
CMYK00.210.820.62
HSL44.81º69.91%22.16%-
HSV(B)44.81º82.29%37.65%-
XYZ7.517.71.62-
YUV75.2595.13142.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.79%
GREEN value IS 76 (30.08% from 255) = 40.21%
BLUE value IS 17 (7.03% from 255) = 8.99%
R=50.79%
G=40.21%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96761700.210.820.6244.8169.9122.16
Hex604C11015523E2d4616
Octal14011421025122765510626
Binary11000001001100100010101011010010111110101101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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