Shades of Makara #6C6253
Tints of Makara #6C6253
RGB
CMYK
RGB Variations
Color information
#6C6253 (or 0x6C6253) is known color: Makara. HEX triplet: 6C, 62 and 53. RGB value is (108,98,83). Sum of RGB (Red+Green+Blue) = 108+98+83=289 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.37% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6253 is #939DAC. Grayscale: #636363. Windows color (decimal): -9674157 or 5464684. OLE color: 5464684.
HSL color Cylindrical-coordinate representation of color #6C6253: hue angle of 36º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6C6253 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 98 | 83 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.58 |
| HSL | 36º | 0.13% | 0.37% | - |
| HSV(B) | 36º | 0.23% | 0.42% | - |
| XYZ | 12.11 | 12.55 | 9.97 | - |
| YUV | 99.28 | 118.81 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 98 | 83 | 0 | 0.09 | 0.23 | 0.58 | 36 | 0.13 | 0.37 |
| Hex | 6C | 62 | 53 | 0 | 9 | 17 | 3A | 24 | D | 25 |
| Octal | 154 | 142 | 123 | 0 | 11 | 27 | 72 | 44 | 15 | 45 |
| Binary | 1101100 | 1100010 | 1010011 | 0 | 1001 | 10111 | 111010 | 100100 | 1101 | 100101 |
Color Harmonies of #6C6253
Complementary color
Monochromatic Colors of #6C6253
Black with #6C6253
Text Example
Text Example
White with #6C6253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6253; }
p { color: rgb(108,98,83); }
H1.HeaderClassName
{
color: #6C6253;
}
.AnyTagClassName
{
color: #6C6253;
}
</style>
background-color css
<style>
a { background-color: #6C6253; }
a { background-color: rgb(108,98,83); }
div.DivClassName
{
background-color: #6C6253;
}
.BgClassName
{
background-color: #6C6253;
}
</style>
border-color css
<style>
span { border-color: #6C6253; }
span { border-color: rgb(108,98,83); }
td.TdClassName
{
border-color: #6C6253;
}
.TagClassName
{
border-color: #6C6253;
}
</style>