Shades of Bronze Olive #605514
Tints of Bronze Olive #605514
RGB
CMYK
RGB Variations
Color information
#605514 (or 0x605514) is known color: Bronze Olive. HEX triplet: 60, 55 and 14. RGB value is (96,85,20). Sum of RGB (Red+Green+Blue) = 96+85+20=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #605514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605514 is #9FAAEB. Grayscale: #515151. Windows color (decimal): -10463980 or 1332576. OLE color: 1332576.
HSL color Cylindrical-coordinate representation of color #605514: hue angle of 51.32º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #605514 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 85 | 20 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.62 |
| HSL | 51.32º | 0.66% | 0.23% | - |
| HSV(B) | 51.32º | 0.79% | 0.38% | - |
| XYZ | 8.2 | 9.03 | 1.97 | - |
| YUV | 80.88 | 93.64 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 85 | 20 | 0 | 0.11 | 0.79 | 0.62 | 51.32 | 0.66 | 0.23 |
| Hex | 60 | 55 | 14 | 0 | B | 4F | 3E | 33 | 42 | 17 |
| Octal | 140 | 125 | 24 | 0 | 13 | 117 | 76 | 63 | 102 | 27 |
| Binary | 1100000 | 1010101 | 10100 | 0 | 1011 | 1001111 | 111110 | 110011 | 1000010 | 10111 |
Color Harmonies of #605514
Complementary color
Monochromatic Colors of #605514
Black with #605514
Text Example
Text Example
White with #605514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605514; }
p { color: rgb(96,85,20); }
H1.HeaderClassName
{
color: #605514;
}
.AnyTagClassName
{
color: #605514;
}
</style>
background-color css
<style>
a { background-color: #605514; }
a { background-color: rgb(96,85,20); }
div.DivClassName
{
background-color: #605514;
}
.BgClassName
{
background-color: #605514;
}
</style>
border-color css
<style>
span { border-color: #605514; }
span { border-color: rgb(96,85,20); }
td.TdClassName
{
border-color: #605514;
}
.TagClassName
{
border-color: #605514;
}
</style>