Shades of Bronze Olive #655519
Tints of Bronze Olive #655519
RGB
CMYK
RGB Variations
Color information
#655519 (or 0x655519) is known color: Bronze Olive. HEX triplet: 65, 55 and 19. RGB value is (101,85,25). Sum of RGB (Red+Green+Blue) = 101+85+25=211 (27% of max value = 765). Red value is 101 (39.84% from 255 or 47.87% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 25 (10.16% from 255 or 11.85% from 211); Max value from RGB is 101 - color contains mainly: red. Hex color #655519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655519 is #9AAAE6. Grayscale: #535353. Windows color (decimal): -10136295 or 1660261. OLE color: 1660261.
HSL color Cylindrical-coordinate representation of color #655519: hue angle of 47.37º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #655519 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 85 | 25 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.60 |
| HSL | 47.37º | 0.6% | 0.25% | - |
| HSV(B) | 47.37º | 0.75% | 0.4% | - |
| XYZ | 8.79 | 9.33 | 2.26 | - |
| YUV | 82.94 | 95.3 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 85 | 25 | 0 | 0.16 | 0.75 | 0.60 | 47.37 | 0.6 | 0.25 |
| Hex | 65 | 55 | 19 | 0 | 10 | 4B | 3C | 2F | 3C | 19 |
| Octal | 145 | 125 | 31 | 0 | 20 | 113 | 74 | 57 | 74 | 31 |
| Binary | 1100101 | 1010101 | 11001 | 0 | 10000 | 1001011 | 111100 | 101111 | 111100 | 11001 |
Color Harmonies of #655519
Complementary color
Monochromatic Colors of #655519
Black with #655519
Text Example
Text Example
White with #655519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655519; }
p { color: rgb(101,85,25); }
H1.HeaderClassName
{
color: #655519;
}
.AnyTagClassName
{
color: #655519;
}
</style>
background-color css
<style>
a { background-color: #655519; }
a { background-color: rgb(101,85,25); }
div.DivClassName
{
background-color: #655519;
}
.BgClassName
{
background-color: #655519;
}
</style>
border-color css
<style>
span { border-color: #655519; }
span { border-color: rgb(101,85,25); }
td.TdClassName
{
border-color: #655519;
}
.TagClassName
{
border-color: #655519;
}
</style>