Shades of Makara #655E54
Tints of Makara #655E54
RGB
CMYK
RGB Variations
Color information
#655E54 (or 0x655E54) is known color: Makara. HEX triplet: 65, 5E and 54. RGB value is (101,94,84). Sum of RGB (Red+Green+Blue) = 101+94+84=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 101 - color contains mainly: red. Hex color #655E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655E54 is #9AA1AB. Grayscale: #5E5E5E. Windows color (decimal): -10133932 or 5529189. OLE color: 5529189.
HSL color Cylindrical-coordinate representation of color #655E54: hue angle of 35.29º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #655E54 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 94 | 84 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.60 |
| HSL | 35.29º | 0.09% | 0.36% | - |
| HSV(B) | 35.29º | 0.17% | 0.4% | - |
| XYZ | 10.97 | 11.41 | 10.01 | - |
| YUV | 94.95 | 121.82 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 94 | 84 | 0 | 0.07 | 0.17 | 0.60 | 35.29 | 0.09 | 0.36 |
| Hex | 65 | 5E | 54 | 0 | 7 | 11 | 3C | 23 | 9 | 24 |
| Octal | 145 | 136 | 124 | 0 | 7 | 21 | 74 | 43 | 11 | 44 |
| Binary | 1100101 | 1011110 | 1010100 | 0 | 111 | 10001 | 111100 | 100011 | 1001 | 100100 |
Color Harmonies of #655E54
Complementary color
Monochromatic Colors of #655E54
Black with #655E54
Text Example
Text Example
White with #655E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655E54; }
p { color: rgb(101,94,84); }
H1.HeaderClassName
{
color: #655E54;
}
.AnyTagClassName
{
color: #655E54;
}
</style>
background-color css
<style>
a { background-color: #655E54; }
a { background-color: rgb(101,94,84); }
div.DivClassName
{
background-color: #655E54;
}
.BgClassName
{
background-color: #655E54;
}
</style>
border-color css
<style>
span { border-color: #655E54; }
span { border-color: rgb(101,94,84); }
td.TdClassName
{
border-color: #655E54;
}
.TagClassName
{
border-color: #655E54;
}
</style>