Shades of Himalaya #73662E
Tints of Himalaya #73662E
RGB
CMYK
RGB Variations
Color information
#73662E (or 0x73662E) is known color: Himalaya. HEX triplet: 73, 66 and 2E. RGB value is (115,102,46). Sum of RGB (Red+Green+Blue) = 115+102+46=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 102 (40.23% from 255 or 38.78% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #73662E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73662E is #8C99D1. Grayscale: #636363. Windows color (decimal): -9214418 or 3040883. OLE color: 3040883.
HSL color Cylindrical-coordinate representation of color #73662E: hue angle of 48.7º 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 #73662E is Cyan = 0, Magento = 0.11, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 102 | 46 | - |
| CMYK | 0 | 0.11 | 0.6 | 0.55 |
| HSL | 48.7º | 0.43% | 0.32% | - |
| HSV(B) | 48.7º | 0.6% | 0.45% | - |
| XYZ | 12.31 | 13.34 | 4.51 | - |
| YUV | 99.5 | 97.81 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 102 | 46 | 0 | 0.11 | 0.6 | 0.55 | 48.7 | 0.43 | 0.32 |
| Hex | 73 | 66 | 2E | 0 | B | 3C | 37 | 31 | 2B | 20 |
| Octal | 163 | 146 | 56 | 0 | 13 | 74 | 67 | 61 | 53 | 40 |
| Binary | 1110011 | 1100110 | 101110 | 0 | 1011 | 111100 | 110111 | 110001 | 101011 | 100000 |
Color Harmonies of #73662E
Complementary color
Monochromatic Colors of #73662E
Black with #73662E
Text Example
Text Example
White with #73662E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73662E; }
p { color: rgb(115,102,46); }
H1.HeaderClassName
{
color: #73662E;
}
.AnyTagClassName
{
color: #73662E;
}
</style>
background-color css
<style>
a { background-color: #73662E; }
a { background-color: rgb(115,102,46); }
div.DivClassName
{
background-color: #73662E;
}
.BgClassName
{
background-color: #73662E;
}
</style>
border-color css
<style>
span { border-color: #73662E; }
span { border-color: rgb(115,102,46); }
td.TdClassName
{
border-color: #73662E;
}
.TagClassName
{
border-color: #73662E;
}
</style>