Shades of Makara #655F55
Tints of Makara #655F55
RGB
CMYK
RGB Variations
Color information
#655F55 (or 0x655F55) is known color: Makara. HEX triplet: 65, 5F and 55. RGB value is (101,95,85). Sum of RGB (Red+Green+Blue) = 101+95+85=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 101 - color contains mainly: red. Hex color #655F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655F55 is #9AA0AA. Grayscale: #5F5F5F. Windows color (decimal): -10133675 or 5594981. OLE color: 5594981.
HSL color Cylindrical-coordinate representation of color #655F55: hue angle of 37.5º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #655F55 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 95 | 85 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.60 |
| HSL | 37.5º | 0.09% | 0.36% | - |
| HSV(B) | 37.5º | 0.16% | 0.4% | - |
| XYZ | 11.1 | 11.61 | 10.25 | - |
| YUV | 95.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 85 | 0 | 0.06 | 0.16 | 0.60 | 37.5 | 0.09 | 0.36 |
| Hex | 65 | 5F | 55 | 0 | 6 | 10 | 3C | 26 | 9 | 24 |
| Octal | 145 | 137 | 125 | 0 | 6 | 20 | 74 | 46 | 11 | 44 |
| Binary | 1100101 | 1011111 | 1010101 | 0 | 110 | 10000 | 111100 | 100110 | 1001 | 100100 |
Color Harmonies of #655F55
Complementary color
Monochromatic Colors of #655F55
Black with #655F55
Text Example
Text Example
White with #655F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655F55; }
p { color: rgb(101,95,85); }
H1.HeaderClassName
{
color: #655F55;
}
.AnyTagClassName
{
color: #655F55;
}
</style>
background-color css
<style>
a { background-color: #655F55; }
a { background-color: rgb(101,95,85); }
div.DivClassName
{
background-color: #655F55;
}
.BgClassName
{
background-color: #655F55;
}
</style>
border-color css
<style>
span { border-color: #655F55; }
span { border-color: rgb(101,95,85); }
td.TdClassName
{
border-color: #655F55;
}
.TagClassName
{
border-color: #655F55;
}
</style>