Shades of Makara #6C6357
Tints of Makara #6C6357
RGB
CMYK
RGB Variations
Color information
#6C6357 (or 0x6C6357) is known color: Makara. HEX triplet: 6C, 63 and 57. RGB value is (108,99,87). Sum of RGB (Red+Green+Blue) = 108+99+87=294 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.73% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 87 (34.38% from 255 or 29.59% from 294); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6357 is #939CA8. Grayscale: #646464. Windows color (decimal): -9673897 or 5727084. OLE color: 5727084.
HSL color Cylindrical-coordinate representation of color #6C6357: hue angle of 34.29º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6C6357 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 99 | 87 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.58 |
| HSL | 34.29º | 0.11% | 0.38% | - |
| HSV(B) | 34.29º | 0.19% | 0.42% | - |
| XYZ | 12.37 | 12.8 | 10.84 | - |
| YUV | 100.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 99 | 87 | 0 | 0.08 | 0.19 | 0.58 | 34.29 | 0.11 | 0.38 |
| Hex | 6C | 63 | 57 | 0 | 8 | 13 | 3A | 22 | B | 26 |
| Octal | 154 | 143 | 127 | 0 | 10 | 23 | 72 | 42 | 13 | 46 |
| Binary | 1101100 | 1100011 | 1010111 | 0 | 1000 | 10011 | 111010 | 100010 | 1011 | 100110 |
Color Harmonies of #6C6357
Complementary color
Monochromatic Colors of #6C6357
Black with #6C6357
Text Example
Text Example
White with #6C6357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6357; }
p { color: rgb(108,99,87); }
H1.HeaderClassName
{
color: #6C6357;
}
.AnyTagClassName
{
color: #6C6357;
}
</style>
background-color css
<style>
a { background-color: #6C6357; }
a { background-color: rgb(108,99,87); }
div.DivClassName
{
background-color: #6C6357;
}
.BgClassName
{
background-color: #6C6357;
}
</style>
border-color css
<style>
span { border-color: #6C6357; }
span { border-color: rgb(108,99,87); }
td.TdClassName
{
border-color: #6C6357;
}
.TagClassName
{
border-color: #6C6357;
}
</style>