Shades of Makara #6D6356
Tints of Makara #6D6356
RGB
CMYK
RGB Variations
Color information
#6D6356 (or 0x6D6356) is known color: Makara. HEX triplet: 6D, 63 and 56. RGB value is (109,99,86). Sum of RGB (Red+Green+Blue) = 109+99+86=294 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.07% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6356 is #929CA9. Grayscale: #646464. Windows color (decimal): -9608362 or 5661549. OLE color: 5661549.
HSL color Cylindrical-coordinate representation of color #6D6356: hue angle of 33.91º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D6356 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 99 | 86 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.57 |
| HSL | 33.91º | 0.12% | 0.38% | - |
| HSV(B) | 33.91º | 0.21% | 0.43% | - |
| XYZ | 12.45 | 12.85 | 10.63 | - |
| YUV | 100.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 99 | 86 | 0 | 0.09 | 0.21 | 0.57 | 33.91 | 0.12 | 0.38 |
| Hex | 6D | 63 | 56 | 0 | 9 | 15 | 39 | 22 | C | 26 |
| Octal | 155 | 143 | 126 | 0 | 11 | 25 | 71 | 42 | 14 | 46 |
| Binary | 1101101 | 1100011 | 1010110 | 0 | 1001 | 10101 | 111001 | 100010 | 1100 | 100110 |
Color Harmonies of #6D6356
Complementary color
Monochromatic Colors of #6D6356
Black with #6D6356
Text Example
Text Example
White with #6D6356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6356; }
p { color: rgb(109,99,86); }
H1.HeaderClassName
{
color: #6D6356;
}
.AnyTagClassName
{
color: #6D6356;
}
</style>
background-color css
<style>
a { background-color: #6D6356; }
a { background-color: rgb(109,99,86); }
div.DivClassName
{
background-color: #6D6356;
}
.BgClassName
{
background-color: #6D6356;
}
</style>
border-color css
<style>
span { border-color: #6D6356; }
span { border-color: rgb(109,99,86); }
td.TdClassName
{
border-color: #6D6356;
}
.TagClassName
{
border-color: #6D6356;
}
</style>