#605111

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

Shades of Bronze Olive #605111

Tints of Bronze Olive #605111

Color information

#605111 (or 0x605111) is unknown color: approx Bronze Olive. HEX triplet: 60, 51 and 11. RGB value is (96,81,17). Sum of RGB (Red+Green+Blue) = 96+81+17=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #605111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605111 is #9FAEEE. Grayscale: #4E4E4E. Windows color (decimal): -10465007 or 1134944. OLE color: 1134944.

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

Color convert

RGB968117-
CMYK00.160.820.62
HSL48.61º69.91%22.16%-
HSV(B)48.61º82.29%37.65%-
XYZ7.878.411.74-
YUV78.1993.47140.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.48%
GREEN value IS 81 (32.03% from 255) = 41.75%
BLUE value IS 17 (7.03% from 255) = 8.76%
R=49.48%
G=41.75%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96811700.160.820.6248.6169.9122.16
Hex605111010523E314616
Octal14012121020122766110626
Binary11000001010001100010100001010010111110110001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605111; }

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

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

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

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

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

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

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

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