Shades of Makara #6E6251
Tints of Makara #6E6251
RGB
CMYK
RGB Variations
Color information
#6E6251 (or 0x6E6251) is known color: Makara. HEX triplet: 6E, 62 and 51. RGB value is (110,98,81). Sum of RGB (Red+Green+Blue) = 110+98+81=289 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.06% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 81 (32.03% from 255 or 28.03% from 289); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6251 is #919DAE. Grayscale: #636363. Windows color (decimal): -9543087 or 5333614. OLE color: 5333614.
HSL color Cylindrical-coordinate representation of color #6E6251: hue angle of 35.17º 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 #6E6251 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 98 | 81 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.57 |
| HSL | 35.17º | 0.15% | 0.37% | - |
| HSV(B) | 35.17º | 0.26% | 0.43% | - |
| XYZ | 12.28 | 12.64 | 9.58 | - |
| YUV | 99.65 | 117.48 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 98 | 81 | 0 | 0.11 | 0.26 | 0.57 | 35.17 | 0.15 | 0.37 |
| Hex | 6E | 62 | 51 | 0 | B | 1A | 39 | 23 | F | 25 |
| Octal | 156 | 142 | 121 | 0 | 13 | 32 | 71 | 43 | 17 | 45 |
| Binary | 1101110 | 1100010 | 1010001 | 0 | 1011 | 11010 | 111001 | 100011 | 1111 | 100101 |
Color Harmonies of #6E6251
Complementary color
Monochromatic Colors of #6E6251
Black with #6E6251
Text Example
Text Example
White with #6E6251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6251; }
p { color: rgb(110,98,81); }
H1.HeaderClassName
{
color: #6E6251;
}
.AnyTagClassName
{
color: #6E6251;
}
</style>
background-color css
<style>
a { background-color: #6E6251; }
a { background-color: rgb(110,98,81); }
div.DivClassName
{
background-color: #6E6251;
}
.BgClassName
{
background-color: #6E6251;
}
</style>
border-color css
<style>
span { border-color: #6E6251; }
span { border-color: rgb(110,98,81); }
td.TdClassName
{
border-color: #6E6251;
}
.TagClassName
{
border-color: #6E6251;
}
</style>