Shades of Himalaya #706432
Tints of Himalaya #706432
RGB
CMYK
RGB Variations
Color information
#706432 (or 0x706432) is known color: Himalaya. HEX triplet: 70, 64 and 32. RGB value is (112,100,50). Sum of RGB (Red+Green+Blue) = 112+100+50=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 112 - color contains mainly: red. Hex color #706432 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706432 is #8F9BCD. Grayscale: #626262. Windows color (decimal): -9411534 or 3302512. OLE color: 3302512.
HSL color Cylindrical-coordinate representation of color #706432: hue angle of 48.39º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #706432 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 100 | 50 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.56 |
| HSL | 48.39º | 0.38% | 0.32% | - |
| HSV(B) | 48.39º | 0.55% | 0.44% | - |
| XYZ | 11.81 | 12.79 | 4.86 | - |
| YUV | 97.89 | 100.98 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 100 | 50 | 0 | 0.11 | 0.55 | 0.56 | 48.39 | 0.38 | 0.32 |
| Hex | 70 | 64 | 32 | 0 | B | 37 | 38 | 30 | 26 | 20 |
| Octal | 160 | 144 | 62 | 0 | 13 | 67 | 70 | 60 | 46 | 40 |
| Binary | 1110000 | 1100100 | 110010 | 0 | 1011 | 110111 | 111000 | 110000 | 100110 | 100000 |
Color Harmonies of #706432
Complementary color
Monochromatic Colors of #706432
Black with #706432
Text Example
Text Example
White with #706432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706432; }
p { color: rgb(112,100,50); }
H1.HeaderClassName
{
color: #706432;
}
.AnyTagClassName
{
color: #706432;
}
</style>
background-color css
<style>
a { background-color: #706432; }
a { background-color: rgb(112,100,50); }
div.DivClassName
{
background-color: #706432;
}
.BgClassName
{
background-color: #706432;
}
</style>
border-color css
<style>
span { border-color: #706432; }
span { border-color: rgb(112,100,50); }
td.TdClassName
{
border-color: #706432;
}
.TagClassName
{
border-color: #706432;
}
</style>