#605011

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

Shades of Bronze Olive #605011

Tints of Bronze Olive #605011

Color information

#605011 (or 0x605011) is unknown color: approx Bronze Olive. HEX triplet: 60, 50 and 11. RGB value is (96,80,17). Sum of RGB (Red+Green+Blue) = 96+80+17=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #605011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605011 is #9FAFEE. Grayscale: #4D4D4D. Windows color (decimal): -10465263 or 1134688. OLE color: 1134688.

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

Color convert

RGB968017-
CMYK00.170.820.62
HSL47.85º69.91%22.16%-
HSV(B)47.85º82.29%37.65%-
XYZ7.798.261.71-
YUV77.693.8141.12-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.74%
GREEN value IS 80 (31.64% from 255) = 41.45%
BLUE value IS 17 (7.03% from 255) = 8.81%
R=49.74%
G=41.45%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96801700.170.820.6247.8569.9122.16
Hex605011011523E304616
Octal14012021021122766010626
Binary11000001010000100010100011010010111110110000100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605011; }

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

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

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

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

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

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

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

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