Shades of Makara #656159
Tints of Makara #656159
RGB
CMYK
RGB Variations
Color information
#656159 (or 0x656159) is known color: Makara. HEX triplet: 65, 61 and 59. RGB value is (101,97,89). Sum of RGB (Red+Green+Blue) = 101+97+89=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 101 - color contains mainly: red. Hex color #656159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656159 is #9A9EA6. Grayscale: #616161. Windows color (decimal): -10133159 or 5857637. OLE color: 5857637.
HSL color Cylindrical-coordinate representation of color #656159: hue angle of 40º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #656159 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 97 | 89 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.60 |
| HSL | 40º | 0.06% | 0.37% | - |
| HSV(B) | 40º | 0.12% | 0.4% | - |
| XYZ | 11.44 | 12.04 | 11.17 | - |
| YUV | 97.28 | 123.33 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 97 | 89 | 0 | 0.04 | 0.12 | 0.60 | 40 | 0.06 | 0.37 |
| Hex | 65 | 61 | 59 | 0 | 4 | C | 3C | 28 | 6 | 25 |
| Octal | 145 | 141 | 131 | 0 | 4 | 14 | 74 | 50 | 6 | 45 |
| Binary | 1100101 | 1100001 | 1011001 | 0 | 100 | 1100 | 111100 | 101000 | 110 | 100101 |
Color Harmonies of #656159
Complementary color
Monochromatic Colors of #656159
Black with #656159
Text Example
Text Example
White with #656159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656159; }
p { color: rgb(101,97,89); }
H1.HeaderClassName
{
color: #656159;
}
.AnyTagClassName
{
color: #656159;
}
</style>
background-color css
<style>
a { background-color: #656159; }
a { background-color: rgb(101,97,89); }
div.DivClassName
{
background-color: #656159;
}
.BgClassName
{
background-color: #656159;
}
</style>
border-color css
<style>
span { border-color: #656159; }
span { border-color: rgb(101,97,89); }
td.TdClassName
{
border-color: #656159;
}
.TagClassName
{
border-color: #656159;
}
</style>