Shades of Himalaya #74632E
Tints of Himalaya #74632E
RGB
CMYK
RGB Variations
Color information
#74632E (or 0x74632E) is known color: Himalaya. HEX triplet: 74, 63 and 2E. RGB value is (116,99,46). Sum of RGB (Red+Green+Blue) = 116+99+46=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #74632E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74632E is #8B9CD1. Grayscale: #626262. Windows color (decimal): -9149650 or 3040116. OLE color: 3040116.
HSL color Cylindrical-coordinate representation of color #74632E: hue angle of 45.43º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74632E is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 99 | 46 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.55 |
| HSL | 45.43º | 0.43% | 0.32% | - |
| HSV(B) | 45.43º | 0.6% | 0.45% | - |
| XYZ | 12.16 | 12.83 | 4.42 | - |
| YUV | 98.04 | 98.63 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 99 | 46 | 0 | 0.15 | 0.60 | 0.55 | 45.43 | 0.43 | 0.32 |
| Hex | 74 | 63 | 2E | 0 | F | 3C | 37 | 2D | 2B | 20 |
| Octal | 164 | 143 | 56 | 0 | 17 | 74 | 67 | 55 | 53 | 40 |
| Binary | 1110100 | 1100011 | 101110 | 0 | 1111 | 111100 | 110111 | 101101 | 101011 | 100000 |
Color Harmonies of #74632E
Complementary color
Monochromatic Colors of #74632E
Black with #74632E
Text Example
Text Example
White with #74632E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74632E; }
p { color: rgb(116,99,46); }
H1.HeaderClassName
{
color: #74632E;
}
.AnyTagClassName
{
color: #74632E;
}
</style>
background-color css
<style>
a { background-color: #74632E; }
a { background-color: rgb(116,99,46); }
div.DivClassName
{
background-color: #74632E;
}
.BgClassName
{
background-color: #74632E;
}
</style>
border-color css
<style>
span { border-color: #74632E; }
span { border-color: rgb(116,99,46); }
td.TdClassName
{
border-color: #74632E;
}
.TagClassName
{
border-color: #74632E;
}
</style>