Shades of Makara #6B6151
Tints of Makara #6B6151
RGB
CMYK
RGB Variations
Color information
#6B6151 (or 0x6B6151) is known color: Makara. HEX triplet: 6B, 61 and 51. RGB value is (107,97,81). Sum of RGB (Red+Green+Blue) = 107+97+81=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 81 (32.03% from 255 or 28.42% from 285); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6151 is #949EAE. Grayscale: #626262. Windows color (decimal): -9739951 or 5333355. OLE color: 5333355.
HSL color Cylindrical-coordinate representation of color #6B6151: hue angle of 36.92º 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 #6B6151 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 97 | 81 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.58 |
| HSL | 36.92º | 0.14% | 0.37% | - |
| HSV(B) | 36.92º | 0.24% | 0.42% | - |
| XYZ | 11.82 | 12.27 | 9.53 | - |
| YUV | 98.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 97 | 81 | 0 | 0.09 | 0.24 | 0.58 | 36.92 | 0.14 | 0.37 |
| Hex | 6B | 61 | 51 | 0 | 9 | 18 | 3A | 25 | E | 25 |
| Octal | 153 | 141 | 121 | 0 | 11 | 30 | 72 | 45 | 16 | 45 |
| Binary | 1101011 | 1100001 | 1010001 | 0 | 1001 | 11000 | 111010 | 100101 | 1110 | 100101 |
Color Harmonies of #6B6151
Complementary color
Monochromatic Colors of #6B6151
Black with #6B6151
Text Example
Text Example
White with #6B6151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6151; }
p { color: rgb(107,97,81); }
H1.HeaderClassName
{
color: #6B6151;
}
.AnyTagClassName
{
color: #6B6151;
}
</style>
background-color css
<style>
a { background-color: #6B6151; }
a { background-color: rgb(107,97,81); }
div.DivClassName
{
background-color: #6B6151;
}
.BgClassName
{
background-color: #6B6151;
}
</style>
border-color css
<style>
span { border-color: #6B6151; }
span { border-color: rgb(107,97,81); }
td.TdClassName
{
border-color: #6B6151;
}
.TagClassName
{
border-color: #6B6151;
}
</style>