Shades of Himalaya #706528
Tints of Himalaya #706528
RGB
CMYK
RGB Variations
Color information
#706528 (or 0x706528) is known color: Himalaya. HEX triplet: 70, 65 and 28. RGB value is (112,101,40). Sum of RGB (Red+Green+Blue) = 112+101+40=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #706528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706528 is #8F9AD7. Grayscale: #616161. Windows color (decimal): -9411288 or 2647408. OLE color: 2647408.
HSL color Cylindrical-coordinate representation of color #706528: hue angle of 50.83º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #706528 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 101 | 40 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.56 |
| HSL | 50.83º | 0.47% | 0.3% | - |
| HSV(B) | 50.83º | 0.64% | 0.44% | - |
| XYZ | 11.72 | 12.91 | 3.88 | - |
| YUV | 97.34 | 95.64 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 40 | 0 | 0.10 | 0.64 | 0.56 | 50.83 | 0.47 | 0.3 |
| Hex | 70 | 65 | 28 | 0 | A | 40 | 38 | 33 | 2F | 1E |
| Octal | 160 | 145 | 50 | 0 | 12 | 100 | 70 | 63 | 57 | 36 |
| Binary | 1110000 | 1100101 | 101000 | 0 | 1010 | 1000000 | 111000 | 110011 | 101111 | 11110 |
Color Harmonies of #706528
Complementary color
Monochromatic Colors of #706528
Black with #706528
Text Example
Text Example
White with #706528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706528; }
p { color: rgb(112,101,40); }
H1.HeaderClassName
{
color: #706528;
}
.AnyTagClassName
{
color: #706528;
}
</style>
background-color css
<style>
a { background-color: #706528; }
a { background-color: rgb(112,101,40); }
div.DivClassName
{
background-color: #706528;
}
.BgClassName
{
background-color: #706528;
}
</style>
border-color css
<style>
span { border-color: #706528; }
span { border-color: rgb(112,101,40); }
td.TdClassName
{
border-color: #706528;
}
.TagClassName
{
border-color: #706528;
}
</style>