Shades of Makara #6F614F
Tints of Makara #6F614F
RGB
CMYK
RGB Variations
Color information
#6F614F (or 0x6F614F) is known color: Makara. HEX triplet: 6F, 61 and 4F. RGB value is (111,97,79). Sum of RGB (Red+Green+Blue) = 111+97+79=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 111 - color contains mainly: red. Hex color #6F614F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F614F is #909EB0. Grayscale: #636363. Windows color (decimal): -9477809 or 5202287. OLE color: 5202287.
HSL color Cylindrical-coordinate representation of color #6F614F: hue angle of 33.75º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F614F is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 97 | 79 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.56 |
| HSL | 33.75º | 0.17% | 0.37% | - |
| HSV(B) | 33.75º | 0.29% | 0.44% | - |
| XYZ | 12.24 | 12.49 | 9.16 | - |
| YUV | 99.13 | 116.64 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 97 | 79 | 0 | 0.13 | 0.29 | 0.56 | 33.75 | 0.17 | 0.37 |
| Hex | 6F | 61 | 4F | 0 | D | 1D | 38 | 22 | 11 | 25 |
| Octal | 157 | 141 | 117 | 0 | 15 | 35 | 70 | 42 | 21 | 45 |
| Binary | 1101111 | 1100001 | 1001111 | 0 | 1101 | 11101 | 111000 | 100010 | 10001 | 100101 |
Color Harmonies of #6F614F
Complementary color
Monochromatic Colors of #6F614F
Black with #6F614F
Text Example
Text Example
White with #6F614F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F614F; }
p { color: rgb(111,97,79); }
H1.HeaderClassName
{
color: #6F614F;
}
.AnyTagClassName
{
color: #6F614F;
}
</style>
background-color css
<style>
a { background-color: #6F614F; }
a { background-color: rgb(111,97,79); }
div.DivClassName
{
background-color: #6F614F;
}
.BgClassName
{
background-color: #6F614F;
}
</style>
border-color css
<style>
span { border-color: #6F614F; }
span { border-color: rgb(111,97,79); }
td.TdClassName
{
border-color: #6F614F;
}
.TagClassName
{
border-color: #6F614F;
}
</style>