#605516

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

Shades of Bronze Olive #605516

Tints of Bronze Olive #605516

Color information

#605516 (or 0x605516) is unknown color: approx Bronze Olive. HEX triplet: 60, 55 and 16. RGB value is (96,85,22). Sum of RGB (Red+Green+Blue) = 96+85+22=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 96 - color contains mainly: red. Hex color #605516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605516 is #9FAAE9. Grayscale: #515151. Windows color (decimal): -10463978 or 1463648. OLE color: 1463648.

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

Color convert

RGB968522-
CMYK00.110.770.62
HSL51.08º62.71%23.14%-
HSV(B)51.08º77.08%37.65%-
XYZ8.229.042.07-
YUV81.1194.64138.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.29%
GREEN value IS 85 (33.59% from 255) = 41.87%
BLUE value IS 22 (8.98% from 255) = 10.84%
R=47.29%
G=41.87%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96852200.110.770.6251.0862.7123.14
Hex6055160B4D3E333f17
Octal1401252601311576637727
Binary110000010101011011001011100110111111011001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605516; }

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

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

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

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

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

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

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

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