Shades of Makara #6C6352
Tints of Makara #6C6352
RGB
CMYK
RGB Variations
Color information
#6C6352 (or 0x6C6352) is known color: Makara. HEX triplet: 6C, 63 and 52. RGB value is (108,99,82). Sum of RGB (Red+Green+Blue) = 108+99+82=289 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.37% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6352 is #939CAD. Grayscale: #636363. Windows color (decimal): -9673902 or 5399404. OLE color: 5399404.
HSL color Cylindrical-coordinate representation of color #6C6352: hue angle of 39.23º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6C6352 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 99 | 82 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.58 |
| HSL | 39.23º | 0.14% | 0.37% | - |
| HSV(B) | 39.23º | 0.24% | 0.42% | - |
| XYZ | 12.17 | 12.72 | 9.8 | - |
| YUV | 99.75 | 117.98 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 99 | 82 | 0 | 0.08 | 0.24 | 0.58 | 39.23 | 0.14 | 0.37 |
| Hex | 6C | 63 | 52 | 0 | 8 | 18 | 3A | 27 | E | 25 |
| Octal | 154 | 143 | 122 | 0 | 10 | 30 | 72 | 47 | 16 | 45 |
| Binary | 1101100 | 1100011 | 1010010 | 0 | 1000 | 11000 | 111010 | 100111 | 1110 | 100101 |
Color Harmonies of #6C6352
Complementary color
Monochromatic Colors of #6C6352
Black with #6C6352
Text Example
Text Example
White with #6C6352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6352; }
p { color: rgb(108,99,82); }
H1.HeaderClassName
{
color: #6C6352;
}
.AnyTagClassName
{
color: #6C6352;
}
</style>
background-color css
<style>
a { background-color: #6C6352; }
a { background-color: rgb(108,99,82); }
div.DivClassName
{
background-color: #6C6352;
}
.BgClassName
{
background-color: #6C6352;
}
</style>
border-color css
<style>
span { border-color: #6C6352; }
span { border-color: rgb(108,99,82); }
td.TdClassName
{
border-color: #6C6352;
}
.TagClassName
{
border-color: #6C6352;
}
</style>