Shades of Himalaya #70632C
Tints of Himalaya #70632C
RGB
CMYK
RGB Variations
Color information
#70632C (or 0x70632C) is known color: Himalaya. HEX triplet: 70, 63 and 2C. RGB value is (112,99,44). Sum of RGB (Red+Green+Blue) = 112+99+44=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #70632C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70632C is #8F9CD3. Grayscale: #606060. Windows color (decimal): -9411796 or 2909040. OLE color: 2909040.
HSL color Cylindrical-coordinate representation of color #70632C: hue angle of 48.53º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70632C is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 99 | 44 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.56 |
| HSL | 48.53º | 0.44% | 0.31% | - |
| HSV(B) | 48.53º | 0.61% | 0.44% | - |
| XYZ | 11.6 | 12.55 | 4.19 | - |
| YUV | 96.62 | 98.31 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 99 | 44 | 0 | 0.12 | 0.61 | 0.56 | 48.53 | 0.44 | 0.31 |
| Hex | 70 | 63 | 2C | 0 | C | 3D | 38 | 31 | 2C | 1F |
| Octal | 160 | 143 | 54 | 0 | 14 | 75 | 70 | 61 | 54 | 37 |
| Binary | 1110000 | 1100011 | 101100 | 0 | 1100 | 111101 | 111000 | 110001 | 101100 | 11111 |
Color Harmonies of #70632C
Complementary color
Monochromatic Colors of #70632C
Black with #70632C
Text Example
Text Example
White with #70632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70632C; }
p { color: rgb(112,99,44); }
H1.HeaderClassName
{
color: #70632C;
}
.AnyTagClassName
{
color: #70632C;
}
</style>
background-color css
<style>
a { background-color: #70632C; }
a { background-color: rgb(112,99,44); }
div.DivClassName
{
background-color: #70632C;
}
.BgClassName
{
background-color: #70632C;
}
</style>
border-color css
<style>
span { border-color: #70632C; }
span { border-color: rgb(112,99,44); }
td.TdClassName
{
border-color: #70632C;
}
.TagClassName
{
border-color: #70632C;
}
</style>