#605211

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

Shades of Bronze Olive #605211

Tints of Bronze Olive #605211

Color information

#605211 (or 0x605211) is unknown color: approx Bronze Olive. HEX triplet: 60, 52 and 11. RGB value is (96,82,17). Sum of RGB (Red+Green+Blue) = 96+82+17=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #605211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605211 is #9FADEE. Grayscale: #4F4F4F. Windows color (decimal): -10464751 or 1135200. OLE color: 1135200.

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

Color convert

RGB968217-
CMYK00.150.820.62
HSL49.37º69.91%22.16%-
HSV(B)49.37º82.29%37.65%-
XYZ7.948.561.76-
YUV78.7893.14140.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.23%
GREEN value IS 82 (32.42% from 255) = 42.05%
BLUE value IS 17 (7.03% from 255) = 8.72%
R=49.23%
G=42.05%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96821700.150.820.6249.3769.9122.16
Hex6052110F523E314616
Octal14012221017122766110626
Binary1100000101001010001011111010010111110110001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605211; }

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

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

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

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

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

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

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

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