Shades of Bronze Olive #60550C
Tints of Bronze Olive #60550C
RGB
CMYK
RGB Variations
Color information
#60550C (or 0x60550C) is known color: Bronze Olive. HEX triplet: 60, 55 and 0C. RGB value is (96,85,12). Sum of RGB (Red+Green+Blue) = 96+85+12=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #60550C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60550C is #9FAAF3. Grayscale: #505050. Windows color (decimal): -10463988 or 808288. OLE color: 808288.
HSL color Cylindrical-coordinate representation of color #60550C: hue angle of 52.14º 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 #60550C is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 85 | 12 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.62 |
| HSL | 52.14º | 0.78% | 0.21% | - |
| HSV(B) | 52.14º | 0.88% | 0.38% | - |
| XYZ | 8.14 | 9.01 | 1.66 | - |
| YUV | 79.97 | 89.64 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 85 | 12 | 0 | 0.11 | 0.88 | 0.62 | 52.14 | 0.78 | 0.21 |
| Hex | 60 | 55 | C | 0 | B | 58 | 3E | 34 | 4E | 15 |
| Octal | 140 | 125 | 14 | 0 | 13 | 130 | 76 | 64 | 116 | 25 |
| Binary | 1100000 | 1010101 | 1100 | 0 | 1011 | 1011000 | 111110 | 110100 | 1001110 | 10101 |
Color Harmonies of #60550C
Complementary color
Monochromatic Colors of #60550C
Black with #60550C
Text Example
Text Example
White with #60550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60550C; }
p { color: rgb(96,85,12); }
H1.HeaderClassName
{
color: #60550C;
}
.AnyTagClassName
{
color: #60550C;
}
</style>
background-color css
<style>
a { background-color: #60550C; }
a { background-color: rgb(96,85,12); }
div.DivClassName
{
background-color: #60550C;
}
.BgClassName
{
background-color: #60550C;
}
</style>
border-color css
<style>
span { border-color: #60550C; }
span { border-color: rgb(96,85,12); }
td.TdClassName
{
border-color: #60550C;
}
.TagClassName
{
border-color: #60550C;
}
</style>