Shades of Himalaya #746A39
Tints of Himalaya #746A39
RGB
CMYK
RGB Variations
Color information
#746A39 (or 0x746A39) is known color: Himalaya. HEX triplet: 74, 6A and 39. RGB value is (116,106,57). Sum of RGB (Red+Green+Blue) = 116+106+57=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 116 - color contains mainly: red. Hex color #746A39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746A39 is #8B95C6. Grayscale: #676767. Windows color (decimal): -9147847 or 3762804. OLE color: 3762804.
HSL color Cylindrical-coordinate representation of color #746A39: hue angle of 49.83º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #746A39 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 106 | 57 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.55 |
| HSL | 49.83º | 0.34% | 0.34% | - |
| HSV(B) | 49.83º | 0.51% | 0.45% | - |
| XYZ | 13.1 | 14.32 | 5.94 | - |
| YUV | 103.4 | 101.81 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 106 | 57 | 0 | 0.09 | 0.51 | 0.55 | 49.83 | 0.34 | 0.34 |
| Hex | 74 | 6A | 39 | 0 | 9 | 33 | 37 | 32 | 22 | 22 |
| Octal | 164 | 152 | 71 | 0 | 11 | 63 | 67 | 62 | 42 | 42 |
| Binary | 1110100 | 1101010 | 111001 | 0 | 1001 | 110011 | 110111 | 110010 | 100010 | 100010 |
Color Harmonies of #746A39
Complementary color
Monochromatic Colors of #746A39
Black with #746A39
Text Example
Text Example
White with #746A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746A39; }
p { color: rgb(116,106,57); }
H1.HeaderClassName
{
color: #746A39;
}
.AnyTagClassName
{
color: #746A39;
}
</style>
background-color css
<style>
a { background-color: #746A39; }
a { background-color: rgb(116,106,57); }
div.DivClassName
{
background-color: #746A39;
}
.BgClassName
{
background-color: #746A39;
}
</style>
border-color css
<style>
span { border-color: #746A39; }
span { border-color: rgb(116,106,57); }
td.TdClassName
{
border-color: #746A39;
}
.TagClassName
{
border-color: #746A39;
}
</style>