#60511C

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

Shades of Bronze Olive #60511C

Tints of Bronze Olive #60511C

Color information

#60511C (or 0x60511C) is unknown color: approx Bronze Olive. HEX triplet: 60, 51 and 1C. RGB value is (96,81,28). Sum of RGB (Red+Green+Blue) = 96+81+28=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #60511C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60511C is #9FAEE3. Grayscale: #4F4F4F. Windows color (decimal): -10464996 or 1855840. OLE color: 1855840.

HSL color Cylindrical-coordinate representation of color #60511C: hue angle of 46.76º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #60511C is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB968128-
CMYK00.160.710.62
HSL46.76º54.84%24.31%-
HSV(B)46.76º70.83%37.65%-
XYZ7.988.462.31-
YUV79.4498.97139.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.83%
GREEN value IS 81 (32.03% from 255) = 39.51%
BLUE value IS 28 (11.33% from 255) = 13.66%
R=46.83%
G=39.51%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96812800.160.710.6246.7654.8424.31
Hex60511C010473E2f3718
Octal1401213402010776576730
Binary1100000101000111100010000100011111111010111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60511C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60511C; }

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

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

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

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

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

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

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

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