Shades of Himalaya #7E6A35
Tints of Himalaya #7E6A35
RGB
CMYK
RGB Variations
Color information
#7E6A35 (or 0x7E6A35) is known color: Himalaya. HEX triplet: 7E, 6A and 35. RGB value is (126,106,53). Sum of RGB (Red+Green+Blue) = 126+106+53=285 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.21% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6A35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6A35 is #8195CA. Grayscale: #6A6A6A. Windows color (decimal): -8492491 or 3500670. OLE color: 3500670.
HSL color Cylindrical-coordinate representation of color #7E6A35: hue angle of 43.56º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7E6A35 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 106 | 53 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.51 |
| HSL | 43.56º | 0.41% | 0.35% | - |
| HSV(B) | 43.56º | 0.58% | 0.49% | - |
| XYZ | 14.4 | 15 | 5.5 | - |
| YUV | 105.94 | 98.13 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 106 | 53 | 0 | 0.16 | 0.58 | 0.51 | 43.56 | 0.41 | 0.35 |
| Hex | 7E | 6A | 35 | 0 | 10 | 3A | 33 | 2C | 29 | 23 |
| Octal | 176 | 152 | 65 | 0 | 20 | 72 | 63 | 54 | 51 | 43 |
| Binary | 1111110 | 1101010 | 110101 | 0 | 10000 | 111010 | 110011 | 101100 | 101001 | 100011 |
Color Harmonies of #7E6A35
Complementary color
Monochromatic Colors of #7E6A35
Black with #7E6A35
Text Example
Text Example
White with #7E6A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6A35; }
p { color: rgb(126,106,53); }
H1.HeaderClassName
{
color: #7E6A35;
}
.AnyTagClassName
{
color: #7E6A35;
}
</style>
background-color css
<style>
a { background-color: #7E6A35; }
a { background-color: rgb(126,106,53); }
div.DivClassName
{
background-color: #7E6A35;
}
.BgClassName
{
background-color: #7E6A35;
}
</style>
border-color css
<style>
span { border-color: #7E6A35; }
span { border-color: rgb(126,106,53); }
td.TdClassName
{
border-color: #7E6A35;
}
.TagClassName
{
border-color: #7E6A35;
}
</style>