Shades of Makara #6F6150
Tints of Makara #6F6150
RGB
CMYK
RGB Variations
Color information
#6F6150 (or 0x6F6150) is known color: Makara. HEX triplet: 6F, 61 and 50. RGB value is (111,97,80). Sum of RGB (Red+Green+Blue) = 111+97+80=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6150 is #909EAF. Grayscale: #636363. Windows color (decimal): -9477808 or 5267823. OLE color: 5267823.
HSL color Cylindrical-coordinate representation of color #6F6150: hue angle of 32.9º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F6150 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 97 | 80 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.56 |
| HSL | 32.9º | 0.16% | 0.37% | - |
| HSV(B) | 32.9º | 0.28% | 0.44% | - |
| XYZ | 12.28 | 12.51 | 9.36 | - |
| YUV | 99.25 | 117.14 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 97 | 80 | 0 | 0.13 | 0.28 | 0.56 | 32.9 | 0.16 | 0.37 |
| Hex | 6F | 61 | 50 | 0 | D | 1C | 38 | 21 | 10 | 25 |
| Octal | 157 | 141 | 120 | 0 | 15 | 34 | 70 | 41 | 20 | 45 |
| Binary | 1101111 | 1100001 | 1010000 | 0 | 1101 | 11100 | 111000 | 100001 | 10000 | 100101 |
Color Harmonies of #6F6150
Complementary color
Monochromatic Colors of #6F6150
Black with #6F6150
Text Example
Text Example
White with #6F6150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6150; }
p { color: rgb(111,97,80); }
H1.HeaderClassName
{
color: #6F6150;
}
.AnyTagClassName
{
color: #6F6150;
}
</style>
background-color css
<style>
a { background-color: #6F6150; }
a { background-color: rgb(111,97,80); }
div.DivClassName
{
background-color: #6F6150;
}
.BgClassName
{
background-color: #6F6150;
}
</style>
border-color css
<style>
span { border-color: #6F6150; }
span { border-color: rgb(111,97,80); }
td.TdClassName
{
border-color: #6F6150;
}
.TagClassName
{
border-color: #6F6150;
}
</style>