Shades of Himalaya #746A30
Tints of Himalaya #746A30
RGB
CMYK
RGB Variations
Color information
#746A30 (or 0x746A30) is known color: Himalaya. HEX triplet: 74, 6A and 30. RGB value is (116,106,48). Sum of RGB (Red+Green+Blue) = 116+106+48=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 106 (41.80% from 255 or 39.26% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 116 - color contains mainly: red. Hex color #746A30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746A30 is #8B95CF. Grayscale: #666666. Windows color (decimal): -9147856 or 3172980. OLE color: 3172980.
HSL color Cylindrical-coordinate representation of color #746A30: hue angle of 51.18º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #746A30 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 106 | 48 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.55 |
| HSL | 51.18º | 0.41% | 0.32% | - |
| HSV(B) | 51.18º | 0.59% | 0.45% | - |
| XYZ | 12.89 | 14.23 | 4.86 | - |
| YUV | 102.38 | 97.31 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 106 | 48 | 0 | 0.09 | 0.59 | 0.55 | 51.18 | 0.41 | 0.32 |
| Hex | 74 | 6A | 30 | 0 | 9 | 3B | 37 | 33 | 29 | 20 |
| Octal | 164 | 152 | 60 | 0 | 11 | 73 | 67 | 63 | 51 | 40 |
| Binary | 1110100 | 1101010 | 110000 | 0 | 1001 | 111011 | 110111 | 110011 | 101001 | 100000 |
Color Harmonies of #746A30
Complementary color
Monochromatic Colors of #746A30
Black with #746A30
Text Example
Text Example
White with #746A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746A30; }
p { color: rgb(116,106,48); }
H1.HeaderClassName
{
color: #746A30;
}
.AnyTagClassName
{
color: #746A30;
}
</style>
background-color css
<style>
a { background-color: #746A30; }
a { background-color: rgb(116,106,48); }
div.DivClassName
{
background-color: #746A30;
}
.BgClassName
{
background-color: #746A30;
}
</style>
border-color css
<style>
span { border-color: #746A30; }
span { border-color: rgb(116,106,48); }
td.TdClassName
{
border-color: #746A30;
}
.TagClassName
{
border-color: #746A30;
}
</style>