Shades of Himalaya #7E6B34
Tints of Himalaya #7E6B34
RGB
CMYK
RGB Variations
Color information
#7E6B34 (or 0x7E6B34) is known color: Himalaya. HEX triplet: 7E, 6B and 34. RGB value is (126,107,52). Sum of RGB (Red+Green+Blue) = 126+107+52=285 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.21% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6B34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6B34 is #8194CB. Grayscale: #6A6A6A. Windows color (decimal): -8492236 or 3435390. OLE color: 3435390.
HSL color Cylindrical-coordinate representation of color #7E6B34: hue angle of 44.59º 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 #7E6B34 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 107 | 52 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.51 |
| HSL | 44.59º | 0.42% | 0.35% | - |
| HSV(B) | 44.59º | 0.59% | 0.49% | - |
| XYZ | 14.48 | 15.2 | 5.42 | - |
| YUV | 106.41 | 97.29 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 107 | 52 | 0 | 0.15 | 0.59 | 0.51 | 44.59 | 0.42 | 0.35 |
| Hex | 7E | 6B | 34 | 0 | F | 3B | 33 | 2D | 2A | 23 |
| Octal | 176 | 153 | 64 | 0 | 17 | 73 | 63 | 55 | 52 | 43 |
| Binary | 1111110 | 1101011 | 110100 | 0 | 1111 | 111011 | 110011 | 101101 | 101010 | 100011 |
Color Harmonies of #7E6B34
Complementary color
Monochromatic Colors of #7E6B34
Black with #7E6B34
Text Example
Text Example
White with #7E6B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6B34; }
p { color: rgb(126,107,52); }
H1.HeaderClassName
{
color: #7E6B34;
}
.AnyTagClassName
{
color: #7E6B34;
}
</style>
background-color css
<style>
a { background-color: #7E6B34; }
a { background-color: rgb(126,107,52); }
div.DivClassName
{
background-color: #7E6B34;
}
.BgClassName
{
background-color: #7E6B34;
}
</style>
border-color css
<style>
span { border-color: #7E6B34; }
span { border-color: rgb(126,107,52); }
td.TdClassName
{
border-color: #7E6B34;
}
.TagClassName
{
border-color: #7E6B34;
}
</style>