Shades of Makara #6E6351
Tints of Makara #6E6351
RGB
CMYK
RGB Variations
Color information
#6E6351 (or 0x6E6351) is known color: Makara. HEX triplet: 6E, 63 and 51. RGB value is (110,99,81). Sum of RGB (Red+Green+Blue) = 110+99+81=290 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.93% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 81 (32.03% from 255 or 27.93% from 290); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6351 is #919CAE. Grayscale: #646464. Windows color (decimal): -9542831 or 5333870. OLE color: 5333870.
HSL color Cylindrical-coordinate representation of color #6E6351: hue angle of 37.24º 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 #6E6351 is Cyan = 0, Magento = 0.1, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 99 | 81 | - |
| CMYK | 0 | 0.1 | 0.26 | 0.57 |
| HSL | 37.24º | 0.15% | 0.37% | - |
| HSV(B) | 37.24º | 0.26% | 0.43% | - |
| XYZ | 12.38 | 12.83 | 9.61 | - |
| YUV | 100.24 | 117.14 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 99 | 81 | 0 | 0.1 | 0.26 | 0.57 | 37.24 | 0.15 | 0.37 |
| Hex | 6E | 63 | 51 | 0 | A | 1A | 39 | 25 | F | 25 |
| Octal | 156 | 143 | 121 | 0 | 12 | 32 | 71 | 45 | 17 | 45 |
| Binary | 1101110 | 1100011 | 1010001 | 0 | 1010 | 11010 | 111001 | 100101 | 1111 | 100101 |
Color Harmonies of #6E6351
Complementary color
Monochromatic Colors of #6E6351
Black with #6E6351
Text Example
Text Example
White with #6E6351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6351; }
p { color: rgb(110,99,81); }
H1.HeaderClassName
{
color: #6E6351;
}
.AnyTagClassName
{
color: #6E6351;
}
</style>
background-color css
<style>
a { background-color: #6E6351; }
a { background-color: rgb(110,99,81); }
div.DivClassName
{
background-color: #6E6351;
}
.BgClassName
{
background-color: #6E6351;
}
</style>
border-color css
<style>
span { border-color: #6E6351; }
span { border-color: rgb(110,99,81); }
td.TdClassName
{
border-color: #6E6351;
}
.TagClassName
{
border-color: #6E6351;
}
</style>