#60570A

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

Shades of Bronze Olive #60570A

Tints of Bronze Olive #60570A

Color information

#60570A (or 0x60570A) is unknown color: approx Bronze Olive. HEX triplet: 60, 57 and 0A. RGB value is (96,87,10). Sum of RGB (Red+Green+Blue) = 96+87+10=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 87 (34.38% from 255 or 45.08% from 193); Blue value is 10 (4.30% from 255 or 5.18% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #60570A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60570A is #9FA8F5. Grayscale: #515151. Windows color (decimal): -10463478 or 677728. OLE color: 677728.

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

Color convert

RGB968710-
CMYK00.090.900.62
HSL53.72º81.13%20.78%-
HSV(B)53.72º89.58%37.65%-
XYZ8.299.331.65-
YUV80.9187.98138.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.74%
GREEN value IS 87 (34.38% from 255) = 45.08%
BLUE value IS 10 (4.30% from 255) = 5.18%
R=49.74%
G=45.08%
B=5.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96871000.090.900.6253.7281.1320.78
Hex6057A095A3E365115
Octal14012712011132766612125
Binary110000010101111010010011011010111110110110101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60570A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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