Shades of Himalaya #746B3A
Tints of Himalaya #746B3A
RGB
CMYK
RGB Variations
Color information
#746B3A (or 0x746B3A) is known color: Himalaya. HEX triplet: 74, 6B and 3A. RGB value is (116,107,58). Sum of RGB (Red+Green+Blue) = 116+107+58=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #746B3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746B3A is #8B94C5. Grayscale: #686868. Windows color (decimal): -9147590 or 3828596. OLE color: 3828596.
HSL color Cylindrical-coordinate representation of color #746B3A: hue angle of 50.69º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #746B3A is Cyan = 0, Magento = 0.08, Yellow = 0.5 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 107 | 58 | - |
| CMYK | 0 | 0.08 | 0.5 | 0.55 |
| HSL | 50.69º | 0.33% | 0.34% | - |
| HSV(B) | 50.69º | 0.5% | 0.45% | - |
| XYZ | 13.22 | 14.53 | 6.11 | - |
| YUV | 104.11 | 101.98 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 107 | 58 | 0 | 0.08 | 0.5 | 0.55 | 50.69 | 0.33 | 0.34 |
| Hex | 74 | 6B | 3A | 0 | 8 | 32 | 37 | 33 | 21 | 22 |
| Octal | 164 | 153 | 72 | 0 | 10 | 62 | 67 | 63 | 41 | 42 |
| Binary | 1110100 | 1101011 | 111010 | 0 | 1000 | 110010 | 110111 | 110011 | 100001 | 100010 |
Color Harmonies of #746B3A
Complementary color
Monochromatic Colors of #746B3A
Black with #746B3A
Text Example
Text Example
White with #746B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746B3A; }
p { color: rgb(116,107,58); }
H1.HeaderClassName
{
color: #746B3A;
}
.AnyTagClassName
{
color: #746B3A;
}
</style>
background-color css
<style>
a { background-color: #746B3A; }
a { background-color: rgb(116,107,58); }
div.DivClassName
{
background-color: #746B3A;
}
.BgClassName
{
background-color: #746B3A;
}
</style>
border-color css
<style>
span { border-color: #746B3A; }
span { border-color: rgb(116,107,58); }
td.TdClassName
{
border-color: #746B3A;
}
.TagClassName
{
border-color: #746B3A;
}
</style>