Shades of Himalaya #746124
Tints of Himalaya #746124
RGB
CMYK
RGB Variations
Color information
#746124 (or 0x746124) is known color: Himalaya. HEX triplet: 74, 61 and 24. RGB value is (116,97,36). Sum of RGB (Red+Green+Blue) = 116+97+36=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 116 - color contains mainly: red. Hex color #746124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746124 is #8B9EDB. Grayscale: #5F5F5F. Windows color (decimal): -9150172 or 2384244. OLE color: 2384244.
HSL color Cylindrical-coordinate representation of color #746124: hue angle of 45.75º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #746124 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 97 | 36 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.55 |
| HSL | 45.75º | 0.53% | 0.3% | - |
| HSV(B) | 45.75º | 0.69% | 0.45% | - |
| XYZ | 11.8 | 12.39 | 3.44 | - |
| YUV | 95.73 | 94.29 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 97 | 36 | 0 | 0.16 | 0.69 | 0.55 | 45.75 | 0.53 | 0.3 |
| Hex | 74 | 61 | 24 | 0 | 10 | 45 | 37 | 2E | 35 | 1E |
| Octal | 164 | 141 | 44 | 0 | 20 | 105 | 67 | 56 | 65 | 36 |
| Binary | 1110100 | 1100001 | 100100 | 0 | 10000 | 1000101 | 110111 | 101110 | 110101 | 11110 |
Color Harmonies of #746124
Complementary color
Monochromatic Colors of #746124
Black with #746124
Text Example
Text Example
White with #746124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746124; }
p { color: rgb(116,97,36); }
H1.HeaderClassName
{
color: #746124;
}
.AnyTagClassName
{
color: #746124;
}
</style>
background-color css
<style>
a { background-color: #746124; }
a { background-color: rgb(116,97,36); }
div.DivClassName
{
background-color: #746124;
}
.BgClassName
{
background-color: #746124;
}
</style>
border-color css
<style>
span { border-color: #746124; }
span { border-color: rgb(116,97,36); }
td.TdClassName
{
border-color: #746124;
}
.TagClassName
{
border-color: #746124;
}
</style>