Shades of Bronze Olive #655121
Tints of Bronze Olive #655121
RGB
CMYK
RGB Variations
Color information
#655121 (or 0x655121) is known color: Bronze Olive. HEX triplet: 65, 51 and 21. RGB value is (101,81,33). Sum of RGB (Red+Green+Blue) = 101+81+33=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 33 (13.28% from 255 or 15.35% from 215); Max value from RGB is 101 - color contains mainly: red. Hex color #655121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655121 is #9AAEDE. Grayscale: #515151. Windows color (decimal): -10137311 or 2183525. OLE color: 2183525.
HSL color Cylindrical-coordinate representation of color #655121: hue angle of 42.35º 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 #655121 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 81 | 33 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.60 |
| HSL | 42.35º | 0.51% | 0.26% | - |
| HSV(B) | 42.35º | 0.67% | 0.4% | - |
| XYZ | 8.58 | 8.76 | 2.68 | - |
| YUV | 81.51 | 100.63 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 81 | 33 | 0 | 0.20 | 0.67 | 0.60 | 42.35 | 0.51 | 0.26 |
| Hex | 65 | 51 | 21 | 0 | 14 | 43 | 3C | 2A | 33 | 1A |
| Octal | 145 | 121 | 41 | 0 | 24 | 103 | 74 | 52 | 63 | 32 |
| Binary | 1100101 | 1010001 | 100001 | 0 | 10100 | 1000011 | 111100 | 101010 | 110011 | 11010 |
Color Harmonies of #655121
Complementary color
Monochromatic Colors of #655121
Black with #655121
Text Example
Text Example
White with #655121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655121; }
p { color: rgb(101,81,33); }
H1.HeaderClassName
{
color: #655121;
}
.AnyTagClassName
{
color: #655121;
}
</style>
background-color css
<style>
a { background-color: #655121; }
a { background-color: rgb(101,81,33); }
div.DivClassName
{
background-color: #655121;
}
.BgClassName
{
background-color: #655121;
}
</style>
border-color css
<style>
span { border-color: #655121; }
span { border-color: rgb(101,81,33); }
td.TdClassName
{
border-color: #655121;
}
.TagClassName
{
border-color: #655121;
}
</style>