Shades of Bronze Olive #60570A
Tints of Bronze Olive #60570A
RGB
CMYK
RGB Variations
Color information
#60570A (or 0x60570A) is known color: 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
| RGB | 96 | 87 | 10 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.62 |
| HSL | 53.72º | 0.81% | 0.21% | - |
| HSV(B) | 53.72º | 0.9% | 0.38% | - |
| XYZ | 8.29 | 9.33 | 1.65 | - |
| YUV | 80.91 | 87.98 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 87 | 10 | 0 | 0.09 | 0.90 | 0.62 | 53.72 | 0.81 | 0.21 |
| Hex | 60 | 57 | A | 0 | 9 | 5A | 3E | 36 | 51 | 15 |
| Octal | 140 | 127 | 12 | 0 | 11 | 132 | 76 | 66 | 121 | 25 |
| Binary | 1100000 | 1010111 | 1010 | 0 | 1001 | 1011010 | 111110 | 110110 | 1010001 | 10101 |
Color Harmonies of #60570A
Complementary color
Monochromatic Colors of #60570A
Black with #60570A
Text Example
Text Example
White with #60570A
Text Example
Text Example
HTML Codes & Css Web 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>