Shades of Makara #655F56
Tints of Makara #655F56
RGB
CMYK
RGB Variations
Color information
#655F56 (or 0x655F56) is known color: Makara. HEX triplet: 65, 5F and 56. RGB value is (101,95,86). Sum of RGB (Red+Green+Blue) = 101+95+86=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 101 - color contains mainly: red. Hex color #655F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655F56 is #9AA0A9. Grayscale: #5F5F5F. Windows color (decimal): -10133674 or 5660517. OLE color: 5660517.
HSL color Cylindrical-coordinate representation of color #655F56: hue angle of 36º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #655F56 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 95 | 86 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.60 |
| HSL | 36º | 0.08% | 0.37% | - |
| HSV(B) | 36º | 0.15% | 0.4% | - |
| XYZ | 11.14 | 11.62 | 10.46 | - |
| YUV | 95.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 86 | 0 | 0.06 | 0.15 | 0.60 | 36 | 0.08 | 0.37 |
| Hex | 65 | 5F | 56 | 0 | 6 | F | 3C | 24 | 8 | 25 |
| Octal | 145 | 137 | 126 | 0 | 6 | 17 | 74 | 44 | 10 | 45 |
| Binary | 1100101 | 1011111 | 1010110 | 0 | 110 | 1111 | 111100 | 100100 | 1000 | 100101 |
Color Harmonies of #655F56
Complementary color
Monochromatic Colors of #655F56
Black with #655F56
Text Example
Text Example
White with #655F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655F56; }
p { color: rgb(101,95,86); }
H1.HeaderClassName
{
color: #655F56;
}
.AnyTagClassName
{
color: #655F56;
}
</style>
background-color css
<style>
a { background-color: #655F56; }
a { background-color: rgb(101,95,86); }
div.DivClassName
{
background-color: #655F56;
}
.BgClassName
{
background-color: #655F56;
}
</style>
border-color css
<style>
span { border-color: #655F56; }
span { border-color: rgb(101,95,86); }
td.TdClassName
{
border-color: #655F56;
}
.TagClassName
{
border-color: #655F56;
}
</style>