Shades of Bronze Olive #655117
Tints of Bronze Olive #655117
RGB
CMYK
RGB Variations
Color information
#655117 (or 0x655117) is known color: Bronze Olive. HEX triplet: 65, 51 and 17. RGB value is (101,81,23). Sum of RGB (Red+Green+Blue) = 101+81+23=205 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.27% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 23 (9.38% from 255 or 11.22% from 205); Max value from RGB is 101 - color contains mainly: red. Hex color #655117 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655117 is #9AAEE8. Grayscale: #505050. Windows color (decimal): -10137321 or 1528165. OLE color: 1528165.
HSL color Cylindrical-coordinate representation of color #655117: hue angle of 44.62º 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 #655117 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 81 | 23 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.60 |
| HSL | 44.62º | 0.63% | 0.24% | - |
| HSV(B) | 44.62º | 0.77% | 0.4% | - |
| XYZ | 8.46 | 8.71 | 2.05 | - |
| YUV | 80.37 | 95.63 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 81 | 23 | 0 | 0.20 | 0.77 | 0.60 | 44.62 | 0.63 | 0.24 |
| Hex | 65 | 51 | 17 | 0 | 14 | 4D | 3C | 2D | 3F | 18 |
| Octal | 145 | 121 | 27 | 0 | 24 | 115 | 74 | 55 | 77 | 30 |
| Binary | 1100101 | 1010001 | 10111 | 0 | 10100 | 1001101 | 111100 | 101101 | 111111 | 11000 |
Color Harmonies of #655117
Complementary color
Monochromatic Colors of #655117
Black with #655117
Text Example
Text Example
White with #655117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655117; }
p { color: rgb(101,81,23); }
H1.HeaderClassName
{
color: #655117;
}
.AnyTagClassName
{
color: #655117;
}
</style>
background-color css
<style>
a { background-color: #655117; }
a { background-color: rgb(101,81,23); }
div.DivClassName
{
background-color: #655117;
}
.BgClassName
{
background-color: #655117;
}
</style>
border-color css
<style>
span { border-color: #655117; }
span { border-color: rgb(101,81,23); }
td.TdClassName
{
border-color: #655117;
}
.TagClassName
{
border-color: #655117;
}
</style>