Shades of Himalaya #7E6631
Tints of Himalaya #7E6631
RGB
CMYK
RGB Variations
Color information
#7E6631 (or 0x7E6631) is known color: Himalaya. HEX triplet: 7E, 66 and 31. RGB value is (126,102,49). Sum of RGB (Red+Green+Blue) = 126+102+49=277 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.49% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6631 is #8199CE. Grayscale: #676767. Windows color (decimal): -8493519 or 3237502. OLE color: 3237502.
HSL color Cylindrical-coordinate representation of color #7E6631: hue angle of 41.3º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E6631 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 102 | 49 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.51 |
| HSL | 41.3º | 0.44% | 0.34% | - |
| HSV(B) | 41.3º | 0.61% | 0.49% | - |
| XYZ | 13.91 | 14.16 | 4.91 | - |
| YUV | 103.13 | 97.45 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 102 | 49 | 0 | 0.19 | 0.61 | 0.51 | 41.3 | 0.44 | 0.34 |
| Hex | 7E | 66 | 31 | 0 | 13 | 3D | 33 | 29 | 2C | 22 |
| Octal | 176 | 146 | 61 | 0 | 23 | 75 | 63 | 51 | 54 | 42 |
| Binary | 1111110 | 1100110 | 110001 | 0 | 10011 | 111101 | 110011 | 101001 | 101100 | 100010 |
Color Harmonies of #7E6631
Complementary color
Monochromatic Colors of #7E6631
Black with #7E6631
Text Example
Text Example
White with #7E6631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6631; }
p { color: rgb(126,102,49); }
H1.HeaderClassName
{
color: #7E6631;
}
.AnyTagClassName
{
color: #7E6631;
}
</style>
background-color css
<style>
a { background-color: #7E6631; }
a { background-color: rgb(126,102,49); }
div.DivClassName
{
background-color: #7E6631;
}
.BgClassName
{
background-color: #7E6631;
}
</style>
border-color css
<style>
span { border-color: #7E6631; }
span { border-color: rgb(126,102,49); }
td.TdClassName
{
border-color: #7E6631;
}
.TagClassName
{
border-color: #7E6631;
}
</style>