#604D16

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

Shades of Bronze Olive #604D16

Tints of Bronze Olive #604D16

Color information

#604D16 (or 0x604D16) is unknown color: approx Bronze Olive. HEX triplet: 60, 4D and 16. RGB value is (96,77,22). Sum of RGB (Red+Green+Blue) = 96+77+22=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #604D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #604D16 is #9FB2E9. Grayscale: #4C4C4C. Windows color (decimal): -10466026 or 1461600. OLE color: 1461600.

HSL color Cylindrical-coordinate representation of color #604D16: hue angle of 44.59º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #604D16 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB967722-
CMYK00.200.770.62
HSL44.59º62.71%23.14%-
HSV(B)44.59º77.08%37.65%-
XYZ7.627.851.87-
YUV76.4197.29141.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.23%
GREEN value IS 77 (30.47% from 255) = 39.49%
BLUE value IS 22 (8.98% from 255) = 11.28%
R=49.23%
G=39.49%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96772200.200.770.6244.5962.7123.14
Hex604D160144D3E2d3f17
Octal1401152602411576557727
Binary1100000100110110110010100100110111111010110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,77,22); }

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

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

 a { background-color: rgb(96,77,22); }

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

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

 span { border-color: rgb(96,77,22); }

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