Shades of Bronze Olive #605207
Tints of Bronze Olive #605207
RGB
CMYK
RGB Variations
Color information
#605207 (or 0x605207) is known color: Bronze Olive. HEX triplet: 60, 52 and 07. RGB value is (96,82,7). Sum of RGB (Red+Green+Blue) = 96+82+7=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 7 (3.12% from 255 or 3.78% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #605207 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605207 is #9FADF8. Grayscale: #4D4D4D. Windows color (decimal): -10464761 or 479840. OLE color: 479840.
HSL color Cylindrical-coordinate representation of color #605207: hue angle of 50.56º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #605207 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 82 | 7 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.62 |
| HSL | 50.56º | 0.86% | 0.2% | - |
| HSV(B) | 50.56º | 0.93% | 0.38% | - |
| XYZ | 7.88 | 8.54 | 1.43 | - |
| YUV | 77.64 | 88.14 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 82 | 7 | 0 | 0.15 | 0.93 | 0.62 | 50.56 | 0.86 | 0.2 |
| Hex | 60 | 52 | 7 | 0 | F | 5D | 3E | 33 | 56 | 14 |
| Octal | 140 | 122 | 7 | 0 | 17 | 135 | 76 | 63 | 126 | 24 |
| Binary | 1100000 | 1010010 | 111 | 0 | 1111 | 1011101 | 111110 | 110011 | 1010110 | 10100 |
Color Harmonies of #605207
Complementary color
Monochromatic Colors of #605207
Black with #605207
Text Example
Text Example
White with #605207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605207; }
p { color: rgb(96,82,7); }
H1.HeaderClassName
{
color: #605207;
}
.AnyTagClassName
{
color: #605207;
}
</style>
background-color css
<style>
a { background-color: #605207; }
a { background-color: rgb(96,82,7); }
div.DivClassName
{
background-color: #605207;
}
.BgClassName
{
background-color: #605207;
}
</style>
border-color css
<style>
span { border-color: #605207; }
span { border-color: rgb(96,82,7); }
td.TdClassName
{
border-color: #605207;
}
.TagClassName
{
border-color: #605207;
}
</style>