Shades of Bronze Olive #60501D
Tints of Bronze Olive #60501D
RGB
CMYK
RGB Variations
Color information
#60501D (or 0x60501D) is known color: Bronze Olive. HEX triplet: 60, 50 and 1D. RGB value is (96,80,29). Sum of RGB (Red+Green+Blue) = 96+80+29=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 29 (11.72% from 255 or 14.15% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #60501D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60501D is #9FAFE2. Grayscale: #4F4F4F. Windows color (decimal): -10465251 or 1921120. OLE color: 1921120.
HSL color Cylindrical-coordinate representation of color #60501D: hue angle of 45.67º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #60501D is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 80 | 29 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.62 |
| HSL | 45.67º | 0.54% | 0.25% | - |
| HSV(B) | 45.67º | 0.7% | 0.38% | - |
| XYZ | 7.91 | 8.31 | 2.35 | - |
| YUV | 78.97 | 99.8 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 80 | 29 | 0 | 0.17 | 0.70 | 0.62 | 45.67 | 0.54 | 0.25 |
| Hex | 60 | 50 | 1D | 0 | 11 | 46 | 3E | 2E | 36 | 19 |
| Octal | 140 | 120 | 35 | 0 | 21 | 106 | 76 | 56 | 66 | 31 |
| Binary | 1100000 | 1010000 | 11101 | 0 | 10001 | 1000110 | 111110 | 101110 | 110110 | 11001 |
Color Harmonies of #60501D
Complementary color
Monochromatic Colors of #60501D
Black with #60501D
Text Example
Text Example
White with #60501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60501D; }
p { color: rgb(96,80,29); }
H1.HeaderClassName
{
color: #60501D;
}
.AnyTagClassName
{
color: #60501D;
}
</style>
background-color css
<style>
a { background-color: #60501D; }
a { background-color: rgb(96,80,29); }
div.DivClassName
{
background-color: #60501D;
}
.BgClassName
{
background-color: #60501D;
}
</style>
border-color css
<style>
span { border-color: #60501D; }
span { border-color: rgb(96,80,29); }
td.TdClassName
{
border-color: #60501D;
}
.TagClassName
{
border-color: #60501D;
}
</style>