Shades of Bronze Olive #60531F
Tints of Bronze Olive #60531F
RGB
CMYK
RGB Variations
Color information
#60531F (or 0x60531F) is known color: Bronze Olive. HEX triplet: 60, 53 and 1F. RGB value is (96,83,31). Sum of RGB (Red+Green+Blue) = 96+83+31=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 31 (12.5% from 255 or 14.76% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #60531F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60531F is #9FACE0. Grayscale: #515151. Windows color (decimal): -10464481 or 2052960. OLE color: 2052960.
HSL color Cylindrical-coordinate representation of color #60531F: hue angle of 48º 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 #60531F is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 83 | 31 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.62 |
| HSL | 48º | 0.51% | 0.25% | - |
| HSV(B) | 48º | 0.68% | 0.38% | - |
| XYZ | 8.16 | 8.77 | 2.56 | - |
| YUV | 80.96 | 99.81 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 83 | 31 | 0 | 0.14 | 0.68 | 0.62 | 48 | 0.51 | 0.25 |
| Hex | 60 | 53 | 1F | 0 | E | 44 | 3E | 30 | 33 | 19 |
| Octal | 140 | 123 | 37 | 0 | 16 | 104 | 76 | 60 | 63 | 31 |
| Binary | 1100000 | 1010011 | 11111 | 0 | 1110 | 1000100 | 111110 | 110000 | 110011 | 11001 |
Color Harmonies of #60531F
Complementary color
Monochromatic Colors of #60531F
Black with #60531F
Text Example
Text Example
White with #60531F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60531F; }
p { color: rgb(96,83,31); }
H1.HeaderClassName
{
color: #60531F;
}
.AnyTagClassName
{
color: #60531F;
}
</style>
background-color css
<style>
a { background-color: #60531F; }
a { background-color: rgb(96,83,31); }
div.DivClassName
{
background-color: #60531F;
}
.BgClassName
{
background-color: #60531F;
}
</style>
border-color css
<style>
span { border-color: #60531F; }
span { border-color: rgb(96,83,31); }
td.TdClassName
{
border-color: #60531F;
}
.TagClassName
{
border-color: #60531F;
}
</style>