#605012

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

Shades of Bronze Olive #605012

Tints of Bronze Olive #605012

Color information

#605012 (or 0x605012) is unknown color: approx Bronze Olive. HEX triplet: 60, 50 and 12. RGB value is (96,80,18). Sum of RGB (Red+Green+Blue) = 96+80+18=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #605012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605012 is #9FAFED. Grayscale: #4D4D4D. Windows color (decimal): -10465262 or 1200224. OLE color: 1200224.

HSL color Cylindrical-coordinate representation of color #605012: hue angle of 47.69º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #605012 is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB968018-
CMYK00.170.810.62
HSL47.69º68.42%22.35%-
HSV(B)47.69º81.25%37.65%-
XYZ7.88.271.76-
YUV77.7294.3141.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.48%
GREEN value IS 80 (31.64% from 255) = 41.24%
BLUE value IS 18 (7.42% from 255) = 9.28%
R=49.48%
G=41.24%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96801800.170.810.6247.6968.4222.35
Hex605012011513E304416
Octal14012022021121766010426
Binary11000001010000100100100011010001111110110000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605012; }

 p { color: rgb(96,80,18); }

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

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

 a { background-color: rgb(96,80,18); }

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

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

 span { border-color: rgb(96,80,18); }

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