Shades of Makara #6D6254
Tints of Makara #6D6254
RGB
CMYK
RGB Variations
Color information
#6D6254 (or 0x6D6254) is known color: Makara. HEX triplet: 6D, 62 and 54. RGB value is (109,98,84). Sum of RGB (Red+Green+Blue) = 109+98+84=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 84 (33.20% from 255 or 28.87% from 291); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6254 is #929DAB. Grayscale: #636363. Windows color (decimal): -9608620 or 5530221. OLE color: 5530221.
HSL color Cylindrical-coordinate representation of color #6D6254: 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 #6D6254 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 98 | 84 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.57 |
| HSL | 33.6º | 0.13% | 0.38% | - |
| HSV(B) | 33.6º | 0.23% | 0.43% | - |
| XYZ | 12.27 | 12.63 | 10.18 | - |
| YUV | 99.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 98 | 84 | 0 | 0.10 | 0.23 | 0.57 | 33.6 | 0.13 | 0.38 |
| Hex | 6D | 62 | 54 | 0 | A | 17 | 39 | 22 | D | 26 |
| Octal | 155 | 142 | 124 | 0 | 12 | 27 | 71 | 42 | 15 | 46 |
| Binary | 1101101 | 1100010 | 1010100 | 0 | 1010 | 10111 | 111001 | 100010 | 1101 | 100110 |
Color Harmonies of #6D6254
Complementary color
Monochromatic Colors of #6D6254
Black with #6D6254
Text Example
Text Example
White with #6D6254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6254; }
p { color: rgb(109,98,84); }
H1.HeaderClassName
{
color: #6D6254;
}
.AnyTagClassName
{
color: #6D6254;
}
</style>
background-color css
<style>
a { background-color: #6D6254; }
a { background-color: rgb(109,98,84); }
div.DivClassName
{
background-color: #6D6254;
}
.BgClassName
{
background-color: #6D6254;
}
</style>
border-color css
<style>
span { border-color: #6D6254; }
span { border-color: rgb(109,98,84); }
td.TdClassName
{
border-color: #6D6254;
}
.TagClassName
{
border-color: #6D6254;
}
</style>