Shades of Bronze Olive #60491F
Tints of Bronze Olive #60491F
RGB
CMYK
RGB Variations
Color information
#60491F (or 0x60491F) is known color: Bronze Olive. HEX triplet: 60, 49 and 1F. RGB value is (96,73,31). Sum of RGB (Red+Green+Blue) = 96+73+31=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #60491F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60491F is #9FB6E0. Grayscale: #4B4B4B. Windows color (decimal): -10467041 or 2050400. OLE color: 2050400.
HSL color Cylindrical-coordinate representation of color #60491F: hue angle of 38.77º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #60491F is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 73 | 31 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.62 |
| HSL | 38.77º | 0.51% | 0.25% | - |
| HSV(B) | 38.77º | 0.68% | 0.38% | - |
| XYZ | 7.45 | 7.35 | 2.32 | - |
| YUV | 75.09 | 103.12 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 73 | 31 | 0 | 0.24 | 0.68 | 0.62 | 38.77 | 0.51 | 0.25 |
| Hex | 60 | 49 | 1F | 0 | 18 | 44 | 3E | 27 | 33 | 19 |
| Octal | 140 | 111 | 37 | 0 | 30 | 104 | 76 | 47 | 63 | 31 |
| Binary | 1100000 | 1001001 | 11111 | 0 | 11000 | 1000100 | 111110 | 100111 | 110011 | 11001 |
Color Harmonies of #60491F
Complementary color
Monochromatic Colors of #60491F
Black with #60491F
Text Example
Text Example
White with #60491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60491F; }
p { color: rgb(96,73,31); }
H1.HeaderClassName
{
color: #60491F;
}
.AnyTagClassName
{
color: #60491F;
}
</style>
background-color css
<style>
a { background-color: #60491F; }
a { background-color: rgb(96,73,31); }
div.DivClassName
{
background-color: #60491F;
}
.BgClassName
{
background-color: #60491F;
}
</style>
border-color css
<style>
span { border-color: #60491F; }
span { border-color: rgb(96,73,31); }
td.TdClassName
{
border-color: #60491F;
}
.TagClassName
{
border-color: #60491F;
}
</style>