Shades of Makara #6D6252
Tints of Makara #6D6252
RGB
CMYK
RGB Variations
Color information
#6D6252 (or 0x6D6252) is known color: Makara. HEX triplet: 6D, 62 and 52. RGB value is (109,98,82). Sum of RGB (Red+Green+Blue) = 109+98+82=289 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.72% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6252 is #929DAD. Grayscale: #636363. Windows color (decimal): -9608622 or 5399149. OLE color: 5399149.
HSL color Cylindrical-coordinate representation of color #6D6252: hue angle of 35.56º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D6252 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 98 | 82 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.57 |
| HSL | 35.56º | 0.14% | 0.37% | - |
| HSV(B) | 35.56º | 0.25% | 0.43% | - |
| XYZ | 12.2 | 12.6 | 9.77 | - |
| YUV | 99.47 | 118.14 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 98 | 82 | 0 | 0.10 | 0.25 | 0.57 | 35.56 | 0.14 | 0.37 |
| Hex | 6D | 62 | 52 | 0 | A | 19 | 39 | 24 | E | 25 |
| Octal | 155 | 142 | 122 | 0 | 12 | 31 | 71 | 44 | 16 | 45 |
| Binary | 1101101 | 1100010 | 1010010 | 0 | 1010 | 11001 | 111001 | 100100 | 1110 | 100101 |
Color Harmonies of #6D6252
Complementary color
Monochromatic Colors of #6D6252
Black with #6D6252
Text Example
Text Example
White with #6D6252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6252; }
p { color: rgb(109,98,82); }
H1.HeaderClassName
{
color: #6D6252;
}
.AnyTagClassName
{
color: #6D6252;
}
</style>
background-color css
<style>
a { background-color: #6D6252; }
a { background-color: rgb(109,98,82); }
div.DivClassName
{
background-color: #6D6252;
}
.BgClassName
{
background-color: #6D6252;
}
</style>
border-color css
<style>
span { border-color: #6D6252; }
span { border-color: rgb(109,98,82); }
td.TdClassName
{
border-color: #6D6252;
}
.TagClassName
{
border-color: #6D6252;
}
</style>