#604F10

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

Shades of Bronze Olive #604F10

Tints of Bronze Olive #604F10

Color information

#604F10 (or 0x604F10) is unknown color: approx Bronze Olive. HEX triplet: 60, 4F and 10. RGB value is (96,79,16). Sum of RGB (Red+Green+Blue) = 96+79+16=191 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.26% from 191); Green value is 79 (31.25% from 255 or 41.36% from 191); Blue value is 16 (6.64% from 255 or 8.38% from 191); Max value from RGB is 96 - color contains mainly: red. Hex color #604F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #604F10 is #9FB0EF. Grayscale: #4D4D4D. Windows color (decimal): -10465520 or 1068896. OLE color: 1068896.

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

Color convert

RGB967916-
CMYK00.180.830.62
HSL47.25º71.43%21.96%-
HSV(B)47.25º83.33%37.65%-
XYZ7.718.121.65-
YUV76.993.63141.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.26%
GREEN value IS 79 (31.25% from 255) = 41.36%
BLUE value IS 16 (6.64% from 255) = 8.38%
R=50.26%
G=41.36%
B=8.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96791600.180.830.6247.2571.4321.96
Hex604F10012533E2f4716
Octal14011720022123765710726
Binary11000001001111100000100101010011111110101111100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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