Shades of Bronze Olive #655421
Tints of Bronze Olive #655421
RGB
CMYK
RGB Variations
Color information
#655421 (or 0x655421) is known color: Bronze Olive. HEX triplet: 65, 54 and 21. RGB value is (101,84,33). Sum of RGB (Red+Green+Blue) = 101+84+33=218 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.33% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 101 - color contains mainly: red. Hex color #655421 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655421 is #9AABDE. Grayscale: #535353. Windows color (decimal): -10136543 or 2184293. OLE color: 2184293.
HSL color Cylindrical-coordinate representation of color #655421: hue angle of 45º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #655421 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 84 | 33 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.60 |
| HSL | 45º | 0.51% | 0.26% | - |
| HSV(B) | 45º | 0.67% | 0.4% | - |
| XYZ | 8.81 | 9.22 | 2.75 | - |
| YUV | 83.27 | 99.63 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 84 | 33 | 0 | 0.17 | 0.67 | 0.60 | 45 | 0.51 | 0.26 |
| Hex | 65 | 54 | 21 | 0 | 11 | 43 | 3C | 2D | 33 | 1A |
| Octal | 145 | 124 | 41 | 0 | 21 | 103 | 74 | 55 | 63 | 32 |
| Binary | 1100101 | 1010100 | 100001 | 0 | 10001 | 1000011 | 111100 | 101101 | 110011 | 11010 |
Color Harmonies of #655421
Complementary color
Monochromatic Colors of #655421
Black with #655421
Text Example
Text Example
White with #655421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655421; }
p { color: rgb(101,84,33); }
H1.HeaderClassName
{
color: #655421;
}
.AnyTagClassName
{
color: #655421;
}
</style>
background-color css
<style>
a { background-color: #655421; }
a { background-color: rgb(101,84,33); }
div.DivClassName
{
background-color: #655421;
}
.BgClassName
{
background-color: #655421;
}
</style>
border-color css
<style>
span { border-color: #655421; }
span { border-color: rgb(101,84,33); }
td.TdClassName
{
border-color: #655421;
}
.TagClassName
{
border-color: #655421;
}
</style>