Shades of Makara #6E6253
Tints of Makara #6E6253
RGB
CMYK
RGB Variations
Color information
#6E6253 (or 0x6E6253) is known color: Makara. HEX triplet: 6E, 62 and 53. RGB value is (110,98,83). Sum of RGB (Red+Green+Blue) = 110+98+83=291 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.80% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6253 is #919DAC. Grayscale: #636363. Windows color (decimal): -9543085 or 5464686. OLE color: 5464686.
HSL color Cylindrical-coordinate representation of color #6E6253: hue angle of 33.33º degrees, saturation: 0.14, 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 #6E6253 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 98 | 83 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.57 |
| HSL | 33.33º | 0.14% | 0.38% | - |
| HSV(B) | 33.33º | 0.25% | 0.43% | - |
| XYZ | 12.36 | 12.67 | 9.98 | - |
| YUV | 99.88 | 118.48 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 98 | 83 | 0 | 0.11 | 0.25 | 0.57 | 33.33 | 0.14 | 0.38 |
| Hex | 6E | 62 | 53 | 0 | B | 19 | 39 | 21 | E | 26 |
| Octal | 156 | 142 | 123 | 0 | 13 | 31 | 71 | 41 | 16 | 46 |
| Binary | 1101110 | 1100010 | 1010011 | 0 | 1011 | 11001 | 111001 | 100001 | 1110 | 100110 |
Color Harmonies of #6E6253
Complementary color
Monochromatic Colors of #6E6253
Black with #6E6253
Text Example
Text Example
White with #6E6253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6253; }
p { color: rgb(110,98,83); }
H1.HeaderClassName
{
color: #6E6253;
}
.AnyTagClassName
{
color: #6E6253;
}
</style>
background-color css
<style>
a { background-color: #6E6253; }
a { background-color: rgb(110,98,83); }
div.DivClassName
{
background-color: #6E6253;
}
.BgClassName
{
background-color: #6E6253;
}
</style>
border-color css
<style>
span { border-color: #6E6253; }
span { border-color: rgb(110,98,83); }
td.TdClassName
{
border-color: #6E6253;
}
.TagClassName
{
border-color: #6E6253;
}
</style>