Shades of Himalaya #736B3B
Tints of Himalaya #736B3B
RGB
CMYK
RGB Variations
Color information
#736B3B (or 0x736B3B) is known color: Himalaya. HEX triplet: 73, 6B and 3B. RGB value is (115,107,59). Sum of RGB (Red+Green+Blue) = 115+107+59=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 115 - color contains mainly: red. Hex color #736B3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736B3B is #8C94C4. Grayscale: #686868. Windows color (decimal): -9213125 or 3894131. OLE color: 3894131.
HSL color Cylindrical-coordinate representation of color #736B3B: hue angle of 51.43º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #736B3B is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 107 | 59 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.55 |
| HSL | 51.43º | 0.32% | 0.34% | - |
| HSV(B) | 51.43º | 0.49% | 0.45% | - |
| XYZ | 13.12 | 14.48 | 6.24 | - |
| YUV | 103.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 59 | 0 | 0.07 | 0.49 | 0.55 | 51.43 | 0.32 | 0.34 |
| Hex | 73 | 6B | 3B | 0 | 7 | 31 | 37 | 33 | 20 | 22 |
| Octal | 163 | 153 | 73 | 0 | 7 | 61 | 67 | 63 | 40 | 42 |
| Binary | 1110011 | 1101011 | 111011 | 0 | 111 | 110001 | 110111 | 110011 | 100000 | 100010 |
Color Harmonies of #736B3B
Complementary color
Monochromatic Colors of #736B3B
Black with #736B3B
Text Example
Text Example
White with #736B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736B3B; }
p { color: rgb(115,107,59); }
H1.HeaderClassName
{
color: #736B3B;
}
.AnyTagClassName
{
color: #736B3B;
}
</style>
background-color css
<style>
a { background-color: #736B3B; }
a { background-color: rgb(115,107,59); }
div.DivClassName
{
background-color: #736B3B;
}
.BgClassName
{
background-color: #736B3B;
}
</style>
border-color css
<style>
span { border-color: #736B3B; }
span { border-color: rgb(115,107,59); }
td.TdClassName
{
border-color: #736B3B;
}
.TagClassName
{
border-color: #736B3B;
}
</style>