#604F16

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

Shades of Bronze Olive #604F16

Tints of Bronze Olive #604F16

Color information

#604F16 (or 0x604F16) is unknown color: approx Bronze Olive. HEX triplet: 60, 4F and 16. RGB value is (96,79,22). Sum of RGB (Red+Green+Blue) = 96+79+22=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 79 (31.25% from 255 or 40.10% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #604F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #604F16 is #9FB0E9. Grayscale: #4D4D4D. Windows color (decimal): -10465514 or 1462112. OLE color: 1462112.

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

Color convert

RGB967922-
CMYK00.180.770.62
HSL46.22º62.71%23.14%-
HSV(B)46.22º77.08%37.65%-
XYZ7.768.141.92-
YUV77.5896.63141.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.73%
GREEN value IS 79 (31.25% from 255) = 40.10%
BLUE value IS 22 (8.98% from 255) = 11.17%
R=48.73%
G=40.10%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96792200.180.770.6246.2262.7123.14
Hex604F160124D3E2e3f17
Octal1401172602211576567727
Binary1100000100111110110010010100110111111010111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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