Shades of Himalaya #70631F
Tints of Himalaya #70631F
RGB
CMYK
RGB Variations
Color information
#70631F (or 0x70631F) is known color: Himalaya. HEX triplet: 70, 63 and 1F. RGB value is (112,99,31). Sum of RGB (Red+Green+Blue) = 112+99+31=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 99 (39.06% from 255 or 40.91% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #70631F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70631F is #8F9CE0. Grayscale: #5F5F5F. Windows color (decimal): -9411809 or 2057072. OLE color: 2057072.
HSL color Cylindrical-coordinate representation of color #70631F: hue angle of 50.37º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70631F is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 99 | 31 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.56 |
| HSL | 50.37º | 0.57% | 0.28% | - |
| HSV(B) | 50.37º | 0.72% | 0.44% | - |
| XYZ | 11.39 | 12.47 | 3.1 | - |
| YUV | 95.14 | 91.81 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 99 | 31 | 0 | 0.12 | 0.72 | 0.56 | 50.37 | 0.57 | 0.28 |
| Hex | 70 | 63 | 1F | 0 | C | 48 | 38 | 32 | 39 | 1C |
| Octal | 160 | 143 | 37 | 0 | 14 | 110 | 70 | 62 | 71 | 34 |
| Binary | 1110000 | 1100011 | 11111 | 0 | 1100 | 1001000 | 111000 | 110010 | 111001 | 11100 |
Color Harmonies of #70631F
Complementary color
Monochromatic Colors of #70631F
Black with #70631F
Text Example
Text Example
White with #70631F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70631F; }
p { color: rgb(112,99,31); }
H1.HeaderClassName
{
color: #70631F;
}
.AnyTagClassName
{
color: #70631F;
}
</style>
background-color css
<style>
a { background-color: #70631F; }
a { background-color: rgb(112,99,31); }
div.DivClassName
{
background-color: #70631F;
}
.BgClassName
{
background-color: #70631F;
}
</style>
border-color css
<style>
span { border-color: #70631F; }
span { border-color: rgb(112,99,31); }
td.TdClassName
{
border-color: #70631F;
}
.TagClassName
{
border-color: #70631F;
}
</style>