#605116

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

Shades of Bronze Olive #605116

Tints of Bronze Olive #605116

Color information

#605116 (or 0x605116) is unknown color: approx Bronze Olive. HEX triplet: 60, 51 and 16. RGB value is (96,81,22). Sum of RGB (Red+Green+Blue) = 96+81+22=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #605116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605116 is #9FAEE9. Grayscale: #4F4F4F. Windows color (decimal): -10465002 or 1462624. OLE color: 1462624.

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

Color convert

RGB968122-
CMYK00.160.770.62
HSL47.84º62.71%23.14%-
HSV(B)47.84º77.08%37.65%-
XYZ7.918.431.97-
YUV78.7695.97140.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.24%
GREEN value IS 81 (32.03% from 255) = 40.70%
BLUE value IS 22 (8.98% from 255) = 11.06%
R=48.24%
G=40.70%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96812200.160.770.6247.8462.7123.14
Hex6051160104D3E303f17
Octal1401212602011576607727
Binary1100000101000110110010000100110111111011000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605116; }

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

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

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

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

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

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

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

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