#60521B

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

Shades of Bronze Olive #60521B

Tints of Bronze Olive #60521B

Color information

#60521B (or 0x60521B) is unknown color: approx Bronze Olive. HEX triplet: 60, 52 and 1B. RGB value is (96,82,27). Sum of RGB (Red+Green+Blue) = 96+82+27=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #60521B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60521B is #9FADE4. Grayscale: #505050. Windows color (decimal): -10464741 or 1790560. OLE color: 1790560.

HSL color Cylindrical-coordinate representation of color #60521B: hue angle of 47.83º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60521B is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB968227-
CMYK00.150.720.62
HSL47.83º56.1%24.12%-
HSV(B)47.83º71.88%37.65%-
XYZ8.048.62.27-
YUV79.9298.14139.47-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.83%
GREEN value IS 82 (32.42% from 255) = 40%
BLUE value IS 27 (10.94% from 255) = 13.17%
R=46.83%
G=40%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96822700.150.720.6247.8356.124.12
Hex60521B0F483E303818
Octal1401223301711076607030
Binary110000010100101101101111100100011111011000011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60521B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60521B; }

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

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

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

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

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

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

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

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