Shades of Himalaya #706529
Tints of Himalaya #706529
RGB
CMYK
RGB Variations
Color information
#706529 (or 0x706529) is known color: Himalaya. HEX triplet: 70, 65 and 29. RGB value is (112,101,41). Sum of RGB (Red+Green+Blue) = 112+101+41=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #706529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706529 is #8F9AD6. Grayscale: #616161. Windows color (decimal): -9411287 or 2712944. OLE color: 2712944.
HSL color Cylindrical-coordinate representation of color #706529: hue angle of 50.7º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #706529 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 101 | 41 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.56 |
| HSL | 50.7º | 0.46% | 0.3% | - |
| HSV(B) | 50.7º | 0.63% | 0.44% | - |
| XYZ | 11.74 | 12.91 | 3.97 | - |
| YUV | 97.45 | 96.14 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 41 | 0 | 0.10 | 0.63 | 0.56 | 50.7 | 0.46 | 0.3 |
| Hex | 70 | 65 | 29 | 0 | A | 3F | 38 | 33 | 2E | 1E |
| Octal | 160 | 145 | 51 | 0 | 12 | 77 | 70 | 63 | 56 | 36 |
| Binary | 1110000 | 1100101 | 101001 | 0 | 1010 | 111111 | 111000 | 110011 | 101110 | 11110 |
Color Harmonies of #706529
Complementary color
Monochromatic Colors of #706529
Black with #706529
Text Example
Text Example
White with #706529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706529; }
p { color: rgb(112,101,41); }
H1.HeaderClassName
{
color: #706529;
}
.AnyTagClassName
{
color: #706529;
}
</style>
background-color css
<style>
a { background-color: #706529; }
a { background-color: rgb(112,101,41); }
div.DivClassName
{
background-color: #706529;
}
.BgClassName
{
background-color: #706529;
}
</style>
border-color css
<style>
span { border-color: #706529; }
span { border-color: rgb(112,101,41); }
td.TdClassName
{
border-color: #706529;
}
.TagClassName
{
border-color: #706529;
}
</style>