Shades of Makara #70614D
Tints of Makara #70614D
RGB
CMYK
RGB Variations
Color information
#70614D (or 0x70614D) is known color: Makara. HEX triplet: 70, 61 and 4D. RGB value is (112,97,77). Sum of RGB (Red+Green+Blue) = 112+97+77=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 112 - color contains mainly: red. Hex color #70614D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70614D is #8F9EB2. Grayscale: #636363. Windows color (decimal): -9412275 or 5071216. OLE color: 5071216.
HSL color Cylindrical-coordinate representation of color #70614D: hue angle of 34.29º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70614D is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 97 | 77 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.56 |
| HSL | 34.29º | 0.19% | 0.37% | - |
| HSV(B) | 34.29º | 0.31% | 0.44% | - |
| XYZ | 12.3 | 12.53 | 8.79 | - |
| YUV | 99.21 | 115.47 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 97 | 77 | 0 | 0.13 | 0.31 | 0.56 | 34.29 | 0.19 | 0.37 |
| Hex | 70 | 61 | 4D | 0 | D | 1F | 38 | 22 | 13 | 25 |
| Octal | 160 | 141 | 115 | 0 | 15 | 37 | 70 | 42 | 23 | 45 |
| Binary | 1110000 | 1100001 | 1001101 | 0 | 1101 | 11111 | 111000 | 100010 | 10011 | 100101 |
Color Harmonies of #70614D
Complementary color
Monochromatic Colors of #70614D
Black with #70614D
Text Example
Text Example
White with #70614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70614D; }
p { color: rgb(112,97,77); }
H1.HeaderClassName
{
color: #70614D;
}
.AnyTagClassName
{
color: #70614D;
}
</style>
background-color css
<style>
a { background-color: #70614D; }
a { background-color: rgb(112,97,77); }
div.DivClassName
{
background-color: #70614D;
}
.BgClassName
{
background-color: #70614D;
}
</style>
border-color css
<style>
span { border-color: #70614D; }
span { border-color: rgb(112,97,77); }
td.TdClassName
{
border-color: #70614D;
}
.TagClassName
{
border-color: #70614D;
}
</style>