Shades of Makara #6E6151
Tints of Makara #6E6151
RGB
CMYK
RGB Variations
Color information
#6E6151 (or 0x6E6151) is known color: Makara. HEX triplet: 6E, 61 and 51. RGB value is (110,97,81). Sum of RGB (Red+Green+Blue) = 110+97+81=288 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.19% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 81 (32.03% from 255 or 28.12% from 288); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6151 is #919EAE. Grayscale: #636363. Windows color (decimal): -9543343 or 5333358. OLE color: 5333358.
HSL color Cylindrical-coordinate representation of color #6E6151: hue angle of 33.1º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E6151 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 97 | 81 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.57 |
| HSL | 33.1º | 0.15% | 0.37% | - |
| HSV(B) | 33.1º | 0.26% | 0.43% | - |
| XYZ | 12.19 | 12.46 | 9.55 | - |
| YUV | 99.06 | 117.81 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 97 | 81 | 0 | 0.12 | 0.26 | 0.57 | 33.1 | 0.15 | 0.37 |
| Hex | 6E | 61 | 51 | 0 | C | 1A | 39 | 21 | F | 25 |
| Octal | 156 | 141 | 121 | 0 | 14 | 32 | 71 | 41 | 17 | 45 |
| Binary | 1101110 | 1100001 | 1010001 | 0 | 1100 | 11010 | 111001 | 100001 | 1111 | 100101 |
Color Harmonies of #6E6151
Complementary color
Monochromatic Colors of #6E6151
Black with #6E6151
Text Example
Text Example
White with #6E6151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6151; }
p { color: rgb(110,97,81); }
H1.HeaderClassName
{
color: #6E6151;
}
.AnyTagClassName
{
color: #6E6151;
}
</style>
background-color css
<style>
a { background-color: #6E6151; }
a { background-color: rgb(110,97,81); }
div.DivClassName
{
background-color: #6E6151;
}
.BgClassName
{
background-color: #6E6151;
}
</style>
border-color css
<style>
span { border-color: #6E6151; }
span { border-color: rgb(110,97,81); }
td.TdClassName
{
border-color: #6E6151;
}
.TagClassName
{
border-color: #6E6151;
}
</style>