Shades of Makara #6E6355
Tints of Makara #6E6355
RGB
CMYK
RGB Variations
Color information
#6E6355 (or 0x6E6355) is known color: Makara. HEX triplet: 6E, 63 and 55. RGB value is (110,99,85). Sum of RGB (Red+Green+Blue) = 110+99+85=294 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.41% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6355 is #919CAA. Grayscale: #646464. Windows color (decimal): -9542827 or 5596014. OLE color: 5596014.
HSL color Cylindrical-coordinate representation of color #6E6355: hue angle of 33.6º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6E6355 is Cyan = 0, Magento = 0.1, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 99 | 85 | - |
| CMYK | 0 | 0.1 | 0.23 | 0.57 |
| HSL | 33.6º | 0.13% | 0.38% | - |
| HSV(B) | 33.6º | 0.23% | 0.43% | - |
| XYZ | 12.53 | 12.89 | 10.42 | - |
| YUV | 100.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 99 | 85 | 0 | 0.1 | 0.23 | 0.57 | 33.6 | 0.13 | 0.38 |
| Hex | 6E | 63 | 55 | 0 | A | 17 | 39 | 22 | D | 26 |
| Octal | 156 | 143 | 125 | 0 | 12 | 27 | 71 | 42 | 15 | 46 |
| Binary | 1101110 | 1100011 | 1010101 | 0 | 1010 | 10111 | 111001 | 100010 | 1101 | 100110 |
Color Harmonies of #6E6355
Complementary color
Monochromatic Colors of #6E6355
Black with #6E6355
Text Example
Text Example
White with #6E6355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6355; }
p { color: rgb(110,99,85); }
H1.HeaderClassName
{
color: #6E6355;
}
.AnyTagClassName
{
color: #6E6355;
}
</style>
background-color css
<style>
a { background-color: #6E6355; }
a { background-color: rgb(110,99,85); }
div.DivClassName
{
background-color: #6E6355;
}
.BgClassName
{
background-color: #6E6355;
}
</style>
border-color css
<style>
span { border-color: #6E6355; }
span { border-color: rgb(110,99,85); }
td.TdClassName
{
border-color: #6E6355;
}
.TagClassName
{
border-color: #6E6355;
}
</style>