Shades of Makara #6D6355
Tints of Makara #6D6355
RGB
CMYK
RGB Variations
Color information
#6D6355 (or 0x6D6355) is known color: Makara. HEX triplet: 6D, 63 and 55. RGB value is (109,99,85). Sum of RGB (Red+Green+Blue) = 109+99+85=293 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.20% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6355 is #929CAA. Grayscale: #646464. Windows color (decimal): -9608363 or 5596013. OLE color: 5596013.
HSL color Cylindrical-coordinate representation of color #6D6355: hue angle of 35º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6D6355 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 99 | 85 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.57 |
| HSL | 35º | 0.12% | 0.38% | - |
| HSV(B) | 35º | 0.22% | 0.43% | - |
| XYZ | 12.41 | 12.83 | 10.42 | - |
| YUV | 100.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 99 | 85 | 0 | 0.09 | 0.22 | 0.57 | 35 | 0.12 | 0.38 |
| Hex | 6D | 63 | 55 | 0 | 9 | 16 | 39 | 23 | C | 26 |
| Octal | 155 | 143 | 125 | 0 | 11 | 26 | 71 | 43 | 14 | 46 |
| Binary | 1101101 | 1100011 | 1010101 | 0 | 1001 | 10110 | 111001 | 100011 | 1100 | 100110 |
Color Harmonies of #6D6355
Complementary color
Monochromatic Colors of #6D6355
Black with #6D6355
Text Example
Text Example
White with #6D6355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6355; }
p { color: rgb(109,99,85); }
H1.HeaderClassName
{
color: #6D6355;
}
.AnyTagClassName
{
color: #6D6355;
}
</style>
background-color css
<style>
a { background-color: #6D6355; }
a { background-color: rgb(109,99,85); }
div.DivClassName
{
background-color: #6D6355;
}
.BgClassName
{
background-color: #6D6355;
}
</style>
border-color css
<style>
span { border-color: #6D6355; }
span { border-color: rgb(109,99,85); }
td.TdClassName
{
border-color: #6D6355;
}
.TagClassName
{
border-color: #6D6355;
}
</style>