Shades of Bronze Olive #655217
Tints of Bronze Olive #655217
RGB
CMYK
RGB Variations
Color information
#655217 (or 0x655217) is known color: Bronze Olive. HEX triplet: 65, 52 and 17. RGB value is (101,82,23). Sum of RGB (Red+Green+Blue) = 101+82+23=206 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.03% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 23 (9.38% from 255 or 11.17% from 206); Max value from RGB is 101 - color contains mainly: red. Hex color #655217 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655217 is #9AADE8. Grayscale: #515151. Windows color (decimal): -10137065 or 1528421. OLE color: 1528421.
HSL color Cylindrical-coordinate representation of color #655217: hue angle of 45.38º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #655217 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 82 | 23 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.60 |
| HSL | 45.38º | 0.63% | 0.24% | - |
| HSV(B) | 45.38º | 0.77% | 0.4% | - |
| XYZ | 8.54 | 8.86 | 2.07 | - |
| YUV | 80.96 | 95.29 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 82 | 23 | 0 | 0.19 | 0.77 | 0.60 | 45.38 | 0.63 | 0.24 |
| Hex | 65 | 52 | 17 | 0 | 13 | 4D | 3C | 2D | 3F | 18 |
| Octal | 145 | 122 | 27 | 0 | 23 | 115 | 74 | 55 | 77 | 30 |
| Binary | 1100101 | 1010010 | 10111 | 0 | 10011 | 1001101 | 111100 | 101101 | 111111 | 11000 |
Color Harmonies of #655217
Complementary color
Monochromatic Colors of #655217
Black with #655217
Text Example
Text Example
White with #655217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655217; }
p { color: rgb(101,82,23); }
H1.HeaderClassName
{
color: #655217;
}
.AnyTagClassName
{
color: #655217;
}
</style>
background-color css
<style>
a { background-color: #655217; }
a { background-color: rgb(101,82,23); }
div.DivClassName
{
background-color: #655217;
}
.BgClassName
{
background-color: #655217;
}
</style>
border-color css
<style>
span { border-color: #655217; }
span { border-color: rgb(101,82,23); }
td.TdClassName
{
border-color: #655217;
}
.TagClassName
{
border-color: #655217;
}
</style>