Shades of Makara #655E4F
Tints of Makara #655E4F
RGB
CMYK
RGB Variations
Color information
#655E4F (or 0x655E4F) is known color: Makara. HEX triplet: 65, 5E and 4F. RGB value is (101,94,79). Sum of RGB (Red+Green+Blue) = 101+94+79=274 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.86% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 101 - color contains mainly: red. Hex color #655E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655E4F is #9AA1B0. Grayscale: #5E5E5E. Windows color (decimal): -10133937 or 5201509. OLE color: 5201509.
HSL color Cylindrical-coordinate representation of color #655E4F: hue angle of 40.91º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #655E4F is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 94 | 79 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.60 |
| HSL | 40.91º | 0.12% | 0.35% | - |
| HSV(B) | 40.91º | 0.22% | 0.4% | - |
| XYZ | 10.78 | 11.34 | 9.02 | - |
| YUV | 94.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 94 | 79 | 0 | 0.07 | 0.22 | 0.60 | 40.91 | 0.12 | 0.35 |
| Hex | 65 | 5E | 4F | 0 | 7 | 16 | 3C | 29 | C | 23 |
| Octal | 145 | 136 | 117 | 0 | 7 | 26 | 74 | 51 | 14 | 43 |
| Binary | 1100101 | 1011110 | 1001111 | 0 | 111 | 10110 | 111100 | 101001 | 1100 | 100011 |
Color Harmonies of #655E4F
Complementary color
Monochromatic Colors of #655E4F
Black with #655E4F
Text Example
Text Example
White with #655E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655E4F; }
p { color: rgb(101,94,79); }
H1.HeaderClassName
{
color: #655E4F;
}
.AnyTagClassName
{
color: #655E4F;
}
</style>
background-color css
<style>
a { background-color: #655E4F; }
a { background-color: rgb(101,94,79); }
div.DivClassName
{
background-color: #655E4F;
}
.BgClassName
{
background-color: #655E4F;
}
</style>
border-color css
<style>
span { border-color: #655E4F; }
span { border-color: rgb(101,94,79); }
td.TdClassName
{
border-color: #655E4F;
}
.TagClassName
{
border-color: #655E4F;
}
</style>