Shades of Makara #6E6152
Tints of Makara #6E6152
RGB
CMYK
RGB Variations
Color information
#6E6152 (or 0x6E6152) is known color: Makara. HEX triplet: 6E, 61 and 52. RGB value is (110,97,82). Sum of RGB (Red+Green+Blue) = 110+97+82=289 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.06% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6152 is #919EAD. Grayscale: #636363. Windows color (decimal): -9543342 or 5398894. OLE color: 5398894.
HSL color Cylindrical-coordinate representation of color #6E6152: hue angle of 32.14º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E6152 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 97 | 82 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.57 |
| HSL | 32.14º | 0.15% | 0.38% | - |
| HSV(B) | 32.14º | 0.25% | 0.43% | - |
| XYZ | 12.23 | 12.47 | 9.75 | - |
| YUV | 99.18 | 118.31 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 97 | 82 | 0 | 0.12 | 0.25 | 0.57 | 32.14 | 0.15 | 0.38 |
| Hex | 6E | 61 | 52 | 0 | C | 19 | 39 | 20 | F | 26 |
| Octal | 156 | 141 | 122 | 0 | 14 | 31 | 71 | 40 | 17 | 46 |
| Binary | 1101110 | 1100001 | 1010010 | 0 | 1100 | 11001 | 111001 | 100000 | 1111 | 100110 |
Color Harmonies of #6E6152
Complementary color
Monochromatic Colors of #6E6152
Black with #6E6152
Text Example
Text Example
White with #6E6152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6152; }
p { color: rgb(110,97,82); }
H1.HeaderClassName
{
color: #6E6152;
}
.AnyTagClassName
{
color: #6E6152;
}
</style>
background-color css
<style>
a { background-color: #6E6152; }
a { background-color: rgb(110,97,82); }
div.DivClassName
{
background-color: #6E6152;
}
.BgClassName
{
background-color: #6E6152;
}
</style>
border-color css
<style>
span { border-color: #6E6152; }
span { border-color: rgb(110,97,82); }
td.TdClassName
{
border-color: #6E6152;
}
.TagClassName
{
border-color: #6E6152;
}
</style>