Shades of Himalaya #7E6634
Tints of Himalaya #7E6634
RGB
CMYK
RGB Variations
Color information
#7E6634 (or 0x7E6634) is known color: Himalaya. HEX triplet: 7E, 66 and 34. RGB value is (126,102,52). Sum of RGB (Red+Green+Blue) = 126+102+52=280 (37% of max value = 765). Red value is 126 (49.61% from 255 or 45% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6634 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6634 is #8199CB. Grayscale: #676767. Windows color (decimal): -8493516 or 3434110. OLE color: 3434110.
HSL color Cylindrical-coordinate representation of color #7E6634: hue angle of 40.54º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E6634 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 102 | 52 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.51 |
| HSL | 40.54º | 0.42% | 0.35% | - |
| HSV(B) | 40.54º | 0.59% | 0.49% | - |
| XYZ | 13.98 | 14.19 | 5.25 | - |
| YUV | 103.48 | 98.95 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 102 | 52 | 0 | 0.19 | 0.59 | 0.51 | 40.54 | 0.42 | 0.35 |
| Hex | 7E | 66 | 34 | 0 | 13 | 3B | 33 | 29 | 2A | 23 |
| Octal | 176 | 146 | 64 | 0 | 23 | 73 | 63 | 51 | 52 | 43 |
| Binary | 1111110 | 1100110 | 110100 | 0 | 10011 | 111011 | 110011 | 101001 | 101010 | 100011 |
Color Harmonies of #7E6634
Complementary color
Monochromatic Colors of #7E6634
Black with #7E6634
Text Example
Text Example
White with #7E6634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6634; }
p { color: rgb(126,102,52); }
H1.HeaderClassName
{
color: #7E6634;
}
.AnyTagClassName
{
color: #7E6634;
}
</style>
background-color css
<style>
a { background-color: #7E6634; }
a { background-color: rgb(126,102,52); }
div.DivClassName
{
background-color: #7E6634;
}
.BgClassName
{
background-color: #7E6634;
}
</style>
border-color css
<style>
span { border-color: #7E6634; }
span { border-color: rgb(126,102,52); }
td.TdClassName
{
border-color: #7E6634;
}
.TagClassName
{
border-color: #7E6634;
}
</style>