Shades of Bronze Olive #665517
Tints of Bronze Olive #665517
RGB
CMYK
RGB Variations
Color information
#665517 (or 0x665517) is known color: Bronze Olive. HEX triplet: 66, 55 and 17. RGB value is (102,85,23). Sum of RGB (Red+Green+Blue) = 102+85+23=210 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.57% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 23 (9.38% from 255 or 10.95% from 210); Max value from RGB is 102 - color contains mainly: red. Hex color #665517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665517 is #99AAE8. Grayscale: #535353. Windows color (decimal): -10070761 or 1529190. OLE color: 1529190.
HSL color Cylindrical-coordinate representation of color #665517: hue angle of 47.09º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #665517 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 85 | 23 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.6 |
| HSL | 47.09º | 0.63% | 0.25% | - |
| HSV(B) | 47.09º | 0.77% | 0.4% | - |
| XYZ | 8.88 | 9.38 | 2.15 | - |
| YUV | 83.02 | 94.13 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 85 | 23 | 0 | 0.17 | 0.77 | 0.6 | 47.09 | 0.63 | 0.25 |
| Hex | 66 | 55 | 17 | 0 | 11 | 4D | 3C | 2F | 3F | 19 |
| Octal | 146 | 125 | 27 | 0 | 21 | 115 | 74 | 57 | 77 | 31 |
| Binary | 1100110 | 1010101 | 10111 | 0 | 10001 | 1001101 | 111100 | 101111 | 111111 | 11001 |
Color Harmonies of #665517
Complementary color
Monochromatic Colors of #665517
Black with #665517
Text Example
Text Example
White with #665517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665517; }
p { color: rgb(102,85,23); }
H1.HeaderClassName
{
color: #665517;
}
.AnyTagClassName
{
color: #665517;
}
</style>
background-color css
<style>
a { background-color: #665517; }
a { background-color: rgb(102,85,23); }
div.DivClassName
{
background-color: #665517;
}
.BgClassName
{
background-color: #665517;
}
</style>
border-color css
<style>
span { border-color: #665517; }
span { border-color: rgb(102,85,23); }
td.TdClassName
{
border-color: #665517;
}
.TagClassName
{
border-color: #665517;
}
</style>