Shades of Himalaya #6D6332
Tints of Himalaya #6D6332
RGB
CMYK
RGB Variations
Color information
#6D6332 (or 0x6D6332) is known color: Himalaya. HEX triplet: 6D, 63 and 32. RGB value is (109,99,50). Sum of RGB (Red+Green+Blue) = 109+99+50=258 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.25% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6332 is #929CCD. Grayscale: #606060. Windows color (decimal): -9608398 or 3302253. OLE color: 3302253.
HSL color Cylindrical-coordinate representation of color #6D6332: hue angle of 49.83º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D6332 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 99 | 50 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.57 |
| HSL | 49.83º | 0.37% | 0.31% | - |
| HSV(B) | 49.83º | 0.54% | 0.43% | - |
| XYZ | 11.34 | 12.41 | 4.81 | - |
| YUV | 96.4 | 101.81 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 99 | 50 | 0 | 0.09 | 0.54 | 0.57 | 49.83 | 0.37 | 0.31 |
| Hex | 6D | 63 | 32 | 0 | 9 | 36 | 39 | 32 | 25 | 1F |
| Octal | 155 | 143 | 62 | 0 | 11 | 66 | 71 | 62 | 45 | 37 |
| Binary | 1101101 | 1100011 | 110010 | 0 | 1001 | 110110 | 111001 | 110010 | 100101 | 11111 |
Color Harmonies of #6D6332
Complementary color
Monochromatic Colors of #6D6332
Black with #6D6332
Text Example
Text Example
White with #6D6332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6332; }
p { color: rgb(109,99,50); }
H1.HeaderClassName
{
color: #6D6332;
}
.AnyTagClassName
{
color: #6D6332;
}
</style>
background-color css
<style>
a { background-color: #6D6332; }
a { background-color: rgb(109,99,50); }
div.DivClassName
{
background-color: #6D6332;
}
.BgClassName
{
background-color: #6D6332;
}
</style>
border-color css
<style>
span { border-color: #6D6332; }
span { border-color: rgb(109,99,50); }
td.TdClassName
{
border-color: #6D6332;
}
.TagClassName
{
border-color: #6D6332;
}
</style>