Shades of Bronze Olive #655219
Tints of Bronze Olive #655219
RGB
CMYK
RGB Variations
Color information
#655219 (or 0x655219) is known color: Bronze Olive. HEX triplet: 65, 52 and 19. RGB value is (101,82,25). Sum of RGB (Red+Green+Blue) = 101+82+25=208 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.56% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 101 - color contains mainly: red. Hex color #655219 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655219 is #9AADE6. Grayscale: #515151. Windows color (decimal): -10137063 or 1659493. OLE color: 1659493.
HSL color Cylindrical-coordinate representation of color #655219: hue angle of 45º 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 #655219 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 82 | 25 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.60 |
| HSL | 45º | 0.6% | 0.25% | - |
| HSV(B) | 45º | 0.75% | 0.4% | - |
| XYZ | 8.56 | 8.87 | 2.18 | - |
| YUV | 81.18 | 96.29 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 82 | 25 | 0 | 0.19 | 0.75 | 0.60 | 45 | 0.6 | 0.25 |
| Hex | 65 | 52 | 19 | 0 | 13 | 4B | 3C | 2D | 3C | 19 |
| Octal | 145 | 122 | 31 | 0 | 23 | 113 | 74 | 55 | 74 | 31 |
| Binary | 1100101 | 1010010 | 11001 | 0 | 10011 | 1001011 | 111100 | 101101 | 111100 | 11001 |
Color Harmonies of #655219
Complementary color
Monochromatic Colors of #655219
Black with #655219
Text Example
Text Example
White with #655219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655219; }
p { color: rgb(101,82,25); }
H1.HeaderClassName
{
color: #655219;
}
.AnyTagClassName
{
color: #655219;
}
</style>
background-color css
<style>
a { background-color: #655219; }
a { background-color: rgb(101,82,25); }
div.DivClassName
{
background-color: #655219;
}
.BgClassName
{
background-color: #655219;
}
</style>
border-color css
<style>
span { border-color: #655219; }
span { border-color: rgb(101,82,25); }
td.TdClassName
{
border-color: #655219;
}
.TagClassName
{
border-color: #655219;
}
</style>