Shades of Himalaya #796C39
Tints of Himalaya #796C39
RGB
CMYK
RGB Variations
Color information
#796C39 (or 0x796C39) is known color: Himalaya. HEX triplet: 79, 6C and 39. RGB value is (121,108,57). Sum of RGB (Red+Green+Blue) = 121+108+57=286 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.31% from 286); Green value is 108 (42.58% from 255 or 37.76% from 286); Blue value is 57 (22.66% from 255 or 19.93% from 286); Max value from RGB is 121 - color contains mainly: red. Hex color #796C39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796C39 is #8693C6. Grayscale: #6A6A6A. Windows color (decimal): -8819655 or 3763321. OLE color: 3763321.
HSL color Cylindrical-coordinate representation of color #796C39: hue angle of 47.81º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #796C39 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 108 | 57 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.53 |
| HSL | 47.81º | 0.36% | 0.35% | - |
| HSV(B) | 47.81º | 0.53% | 0.47% | - |
| XYZ | 13.99 | 15.09 | 6.05 | - |
| YUV | 106.07 | 100.31 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 108 | 57 | 0 | 0.11 | 0.53 | 0.53 | 47.81 | 0.36 | 0.35 |
| Hex | 79 | 6C | 39 | 0 | B | 35 | 35 | 30 | 24 | 23 |
| Octal | 171 | 154 | 71 | 0 | 13 | 65 | 65 | 60 | 44 | 43 |
| Binary | 1111001 | 1101100 | 111001 | 0 | 1011 | 110101 | 110101 | 110000 | 100100 | 100011 |
Color Harmonies of #796C39
Complementary color
Monochromatic Colors of #796C39
Black with #796C39
Text Example
Text Example
White with #796C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796C39; }
p { color: rgb(121,108,57); }
H1.HeaderClassName
{
color: #796C39;
}
.AnyTagClassName
{
color: #796C39;
}
</style>
background-color css
<style>
a { background-color: #796C39; }
a { background-color: rgb(121,108,57); }
div.DivClassName
{
background-color: #796C39;
}
.BgClassName
{
background-color: #796C39;
}
</style>
border-color css
<style>
span { border-color: #796C39; }
span { border-color: rgb(121,108,57); }
td.TdClassName
{
border-color: #796C39;
}
.TagClassName
{
border-color: #796C39;
}
</style>