Shades of Bronze Olive #655120
Tints of Bronze Olive #655120
RGB
CMYK
RGB Variations
Color information
#655120 (or 0x655120) is known color: Bronze Olive. HEX triplet: 65, 51 and 20. RGB value is (101,81,32). Sum of RGB (Red+Green+Blue) = 101+81+32=214 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.20% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 101 - color contains mainly: red. Hex color #655120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655120 is #9AAEDF. Grayscale: #515151. Windows color (decimal): -10137312 or 2117989. OLE color: 2117989.
HSL color Cylindrical-coordinate representation of color #655120: hue angle of 42.61º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #655120 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 81 | 32 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.60 |
| HSL | 42.61º | 0.52% | 0.26% | - |
| HSV(B) | 42.61º | 0.68% | 0.4% | - |
| XYZ | 8.57 | 8.76 | 2.6 | - |
| YUV | 81.39 | 100.13 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 81 | 32 | 0 | 0.20 | 0.68 | 0.60 | 42.61 | 0.52 | 0.26 |
| Hex | 65 | 51 | 20 | 0 | 14 | 44 | 3C | 2B | 34 | 1A |
| Octal | 145 | 121 | 40 | 0 | 24 | 104 | 74 | 53 | 64 | 32 |
| Binary | 1100101 | 1010001 | 100000 | 0 | 10100 | 1000100 | 111100 | 101011 | 110100 | 11010 |
Color Harmonies of #655120
Complementary color
Monochromatic Colors of #655120
Black with #655120
Text Example
Text Example
White with #655120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655120; }
p { color: rgb(101,81,32); }
H1.HeaderClassName
{
color: #655120;
}
.AnyTagClassName
{
color: #655120;
}
</style>
background-color css
<style>
a { background-color: #655120; }
a { background-color: rgb(101,81,32); }
div.DivClassName
{
background-color: #655120;
}
.BgClassName
{
background-color: #655120;
}
</style>
border-color css
<style>
span { border-color: #655120; }
span { border-color: rgb(101,81,32); }
td.TdClassName
{
border-color: #655120;
}
.TagClassName
{
border-color: #655120;
}
</style>