Shades of Makara #706250
Tints of Makara #706250
RGB
CMYK
RGB Variations
Color information
#706250 (or 0x706250) is known color: Makara. HEX triplet: 70, 62 and 50. RGB value is (112,98,80). Sum of RGB (Red+Green+Blue) = 112+98+80=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #706250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706250 is #8F9DAF. Grayscale: #646464. Windows color (decimal): -9412016 or 5268080. OLE color: 5268080.
HSL color Cylindrical-coordinate representation of color #706250: hue angle of 33.75º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #706250 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 98 | 80 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.56 |
| HSL | 33.75º | 0.17% | 0.38% | - |
| HSV(B) | 33.75º | 0.29% | 0.44% | - |
| XYZ | 12.5 | 12.76 | 9.39 | - |
| YUV | 100.13 | 116.64 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 80 | 0 | 0.13 | 0.29 | 0.56 | 33.75 | 0.17 | 0.38 |
| Hex | 70 | 62 | 50 | 0 | D | 1D | 38 | 22 | 11 | 26 |
| Octal | 160 | 142 | 120 | 0 | 15 | 35 | 70 | 42 | 21 | 46 |
| Binary | 1110000 | 1100010 | 1010000 | 0 | 1101 | 11101 | 111000 | 100010 | 10001 | 100110 |
Color Harmonies of #706250
Complementary color
Monochromatic Colors of #706250
Black with #706250
Text Example
Text Example
White with #706250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706250; }
p { color: rgb(112,98,80); }
H1.HeaderClassName
{
color: #706250;
}
.AnyTagClassName
{
color: #706250;
}
</style>
background-color css
<style>
a { background-color: #706250; }
a { background-color: rgb(112,98,80); }
div.DivClassName
{
background-color: #706250;
}
.BgClassName
{
background-color: #706250;
}
</style>
border-color css
<style>
span { border-color: #706250; }
span { border-color: rgb(112,98,80); }
td.TdClassName
{
border-color: #706250;
}
.TagClassName
{
border-color: #706250;
}
</style>