#60570C

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

Shades of Bronze Olive #60570C

Tints of Bronze Olive #60570C

Color information

#60570C (or 0x60570C) is unknown color: approx Bronze Olive. HEX triplet: 60, 57 and 0C. RGB value is (96,87,12). Sum of RGB (Red+Green+Blue) = 96+87+12=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 87 (34.38% from 255 or 44.62% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #60570C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60570C is #9FA8F3. Grayscale: #515151. Windows color (decimal): -10463476 or 808800. OLE color: 808800.

HSL color Cylindrical-coordinate representation of color #60570C: hue angle of 53.57º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #60570C is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB968712-
CMYK00.090.880.62
HSL53.57º77.78%21.18%-
HSV(B)53.57º87.5%37.65%-
XYZ8.39.331.71-
YUV81.1488.98138.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.23%
GREEN value IS 87 (34.38% from 255) = 44.62%
BLUE value IS 12 (5.08% from 255) = 6.15%
R=49.23%
G=44.62%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96871200.090.880.6253.5777.7821.18
Hex6057C09583E364e15
Octal14012714011130766611625
Binary110000010101111100010011011000111110110110100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60570C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,87,12); }

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

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

 a { background-color: rgb(96,87,12); }

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

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

 span { border-color: rgb(96,87,12); }

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