Shades of Makara #655F4E
Tints of Makara #655F4E
RGB
CMYK
RGB Variations
Color information
#655F4E (or 0x655F4E) is known color: Makara. HEX triplet: 65, 5F and 4E. RGB value is (101,95,78). Sum of RGB (Red+Green+Blue) = 101+95+78=274 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.86% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 101 - color contains mainly: red. Hex color #655F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655F4E is #9AA0B1. Grayscale: #5E5E5E. Windows color (decimal): -10133682 or 5136229. OLE color: 5136229.
HSL color Cylindrical-coordinate representation of color #655F4E: hue angle of 44.35º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #655F4E is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 95 | 78 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.60 |
| HSL | 44.35º | 0.13% | 0.35% | - |
| HSV(B) | 44.35º | 0.23% | 0.4% | - |
| XYZ | 10.83 | 11.5 | 8.86 | - |
| YUV | 94.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 78 | 0 | 0.06 | 0.23 | 0.60 | 44.35 | 0.13 | 0.35 |
| Hex | 65 | 5F | 4E | 0 | 6 | 17 | 3C | 2C | D | 23 |
| Octal | 145 | 137 | 116 | 0 | 6 | 27 | 74 | 54 | 15 | 43 |
| Binary | 1100101 | 1011111 | 1001110 | 0 | 110 | 10111 | 111100 | 101100 | 1101 | 100011 |
Color Harmonies of #655F4E
Complementary color
Monochromatic Colors of #655F4E
Black with #655F4E
Text Example
Text Example
White with #655F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655F4E; }
p { color: rgb(101,95,78); }
H1.HeaderClassName
{
color: #655F4E;
}
.AnyTagClassName
{
color: #655F4E;
}
</style>
background-color css
<style>
a { background-color: #655F4E; }
a { background-color: rgb(101,95,78); }
div.DivClassName
{
background-color: #655F4E;
}
.BgClassName
{
background-color: #655F4E;
}
</style>
border-color css
<style>
span { border-color: #655F4E; }
span { border-color: rgb(101,95,78); }
td.TdClassName
{
border-color: #655F4E;
}
.TagClassName
{
border-color: #655F4E;
}
</style>