Shades of Bronze Olive #60551B
Tints of Bronze Olive #60551B
RGB
CMYK
RGB Variations
Color information
#60551B (or 0x60551B) is known color: Bronze Olive. HEX triplet: 60, 55 and 1B. RGB value is (96,85,27). Sum of RGB (Red+Green+Blue) = 96+85+27=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #60551B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60551B is #9FAAE4. Grayscale: #515151. Windows color (decimal): -10463973 or 1791328. OLE color: 1791328.
HSL color Cylindrical-coordinate representation of color #60551B: hue angle of 50.43º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60551B is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 85 | 27 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.62 |
| HSL | 50.43º | 0.56% | 0.24% | - |
| HSV(B) | 50.43º | 0.72% | 0.38% | - |
| XYZ | 8.27 | 9.06 | 2.35 | - |
| YUV | 81.68 | 97.14 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 85 | 27 | 0 | 0.11 | 0.72 | 0.62 | 50.43 | 0.56 | 0.24 |
| Hex | 60 | 55 | 1B | 0 | B | 48 | 3E | 32 | 38 | 18 |
| Octal | 140 | 125 | 33 | 0 | 13 | 110 | 76 | 62 | 70 | 30 |
| Binary | 1100000 | 1010101 | 11011 | 0 | 1011 | 1001000 | 111110 | 110010 | 111000 | 11000 |
Color Harmonies of #60551B
Complementary color
Monochromatic Colors of #60551B
Black with #60551B
Text Example
Text Example
White with #60551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60551B; }
p { color: rgb(96,85,27); }
H1.HeaderClassName
{
color: #60551B;
}
.AnyTagClassName
{
color: #60551B;
}
</style>
background-color css
<style>
a { background-color: #60551B; }
a { background-color: rgb(96,85,27); }
div.DivClassName
{
background-color: #60551B;
}
.BgClassName
{
background-color: #60551B;
}
</style>
border-color css
<style>
span { border-color: #60551B; }
span { border-color: rgb(96,85,27); }
td.TdClassName
{
border-color: #60551B;
}
.TagClassName
{
border-color: #60551B;
}
</style>