Shades of Himalaya #6D6331
Tints of Himalaya #6D6331
RGB
CMYK
RGB Variations
Color information
#6D6331 (or 0x6D6331) is known color: Himalaya. HEX triplet: 6D, 63 and 31. RGB value is (109,99,49). Sum of RGB (Red+Green+Blue) = 109+99+49=257 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.41% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6331 is #929CCE. Grayscale: #606060. Windows color (decimal): -9608399 or 3236717. OLE color: 3236717.
HSL color Cylindrical-coordinate representation of color #6D6331: hue angle of 50º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D6331 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 99 | 49 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.57 |
| HSL | 50º | 0.38% | 0.31% | - |
| HSV(B) | 50º | 0.55% | 0.43% | - |
| XYZ | 11.32 | 12.4 | 4.7 | - |
| YUV | 96.29 | 101.31 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 99 | 49 | 0 | 0.09 | 0.55 | 0.57 | 50 | 0.38 | 0.31 |
| Hex | 6D | 63 | 31 | 0 | 9 | 37 | 39 | 32 | 26 | 1F |
| Octal | 155 | 143 | 61 | 0 | 11 | 67 | 71 | 62 | 46 | 37 |
| Binary | 1101101 | 1100011 | 110001 | 0 | 1001 | 110111 | 111001 | 110010 | 100110 | 11111 |
Color Harmonies of #6D6331
Complementary color
Monochromatic Colors of #6D6331
Black with #6D6331
Text Example
Text Example
White with #6D6331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6331; }
p { color: rgb(109,99,49); }
H1.HeaderClassName
{
color: #6D6331;
}
.AnyTagClassName
{
color: #6D6331;
}
</style>
background-color css
<style>
a { background-color: #6D6331; }
a { background-color: rgb(109,99,49); }
div.DivClassName
{
background-color: #6D6331;
}
.BgClassName
{
background-color: #6D6331;
}
</style>
border-color css
<style>
span { border-color: #6D6331; }
span { border-color: rgb(109,99,49); }
td.TdClassName
{
border-color: #6D6331;
}
.TagClassName
{
border-color: #6D6331;
}
</style>