Shades of Himalaya #73692D
Tints of Himalaya #73692D
RGB
CMYK
RGB Variations
Color information
#73692D (or 0x73692D) is known color: Himalaya. HEX triplet: 73, 69 and 2D. RGB value is (115,105,45). Sum of RGB (Red+Green+Blue) = 115+105+45=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 115 - color contains mainly: red. Hex color #73692D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73692D is #8C96D2. Grayscale: #656565. Windows color (decimal): -9213651 or 2976115. OLE color: 2976115.
HSL color Cylindrical-coordinate representation of color #73692D: hue angle of 51.43º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #73692D is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 105 | 45 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.55 |
| HSL | 51.43º | 0.44% | 0.31% | - |
| HSV(B) | 51.43º | 0.61% | 0.45% | - |
| XYZ | 12.6 | 13.94 | 4.51 | - |
| YUV | 101.15 | 96.31 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 105 | 45 | 0 | 0.09 | 0.61 | 0.55 | 51.43 | 0.44 | 0.31 |
| Hex | 73 | 69 | 2D | 0 | 9 | 3D | 37 | 33 | 2C | 1F |
| Octal | 163 | 151 | 55 | 0 | 11 | 75 | 67 | 63 | 54 | 37 |
| Binary | 1110011 | 1101001 | 101101 | 0 | 1001 | 111101 | 110111 | 110011 | 101100 | 11111 |
Color Harmonies of #73692D
Complementary color
Monochromatic Colors of #73692D
Black with #73692D
Text Example
Text Example
White with #73692D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73692D; }
p { color: rgb(115,105,45); }
H1.HeaderClassName
{
color: #73692D;
}
.AnyTagClassName
{
color: #73692D;
}
</style>
background-color css
<style>
a { background-color: #73692D; }
a { background-color: rgb(115,105,45); }
div.DivClassName
{
background-color: #73692D;
}
.BgClassName
{
background-color: #73692D;
}
</style>
border-color css
<style>
span { border-color: #73692D; }
span { border-color: rgb(115,105,45); }
td.TdClassName
{
border-color: #73692D;
}
.TagClassName
{
border-color: #73692D;
}
</style>