Shades of Makara #70614E
Tints of Makara #70614E
RGB
CMYK
RGB Variations
Color information
#70614E (or 0x70614E) is known color: Makara. HEX triplet: 70, 61 and 4E. RGB value is (112,97,78). Sum of RGB (Red+Green+Blue) = 112+97+78=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #70614E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70614E is #8F9EB1. Grayscale: #636363. Windows color (decimal): -9412274 or 5136752. OLE color: 5136752.
HSL color Cylindrical-coordinate representation of color #70614E: hue angle of 33.53º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70614E is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 97 | 78 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.56 |
| HSL | 33.53º | 0.18% | 0.37% | - |
| HSV(B) | 33.53º | 0.3% | 0.44% | - |
| XYZ | 12.33 | 12.54 | 8.98 | - |
| YUV | 99.32 | 115.97 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 97 | 78 | 0 | 0.13 | 0.30 | 0.56 | 33.53 | 0.18 | 0.37 |
| Hex | 70 | 61 | 4E | 0 | D | 1E | 38 | 22 | 12 | 25 |
| Octal | 160 | 141 | 116 | 0 | 15 | 36 | 70 | 42 | 22 | 45 |
| Binary | 1110000 | 1100001 | 1001110 | 0 | 1101 | 11110 | 111000 | 100010 | 10010 | 100101 |
Color Harmonies of #70614E
Complementary color
Monochromatic Colors of #70614E
Black with #70614E
Text Example
Text Example
White with #70614E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70614E; }
p { color: rgb(112,97,78); }
H1.HeaderClassName
{
color: #70614E;
}
.AnyTagClassName
{
color: #70614E;
}
</style>
background-color css
<style>
a { background-color: #70614E; }
a { background-color: rgb(112,97,78); }
div.DivClassName
{
background-color: #70614E;
}
.BgClassName
{
background-color: #70614E;
}
</style>
border-color css
<style>
span { border-color: #70614E; }
span { border-color: rgb(112,97,78); }
td.TdClassName
{
border-color: #70614E;
}
.TagClassName
{
border-color: #70614E;
}
</style>