Shades of Himalaya #6D6436
Tints of Himalaya #6D6436
RGB
CMYK
RGB Variations
Color information
#6D6436 (or 0x6D6436) is known color: Himalaya. HEX triplet: 6D, 64 and 36. RGB value is (109,100,54). Sum of RGB (Red+Green+Blue) = 109+100+54=263 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.44% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 54 (21.48% from 255 or 20.53% from 263); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6436 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6436 is #929BC9. Grayscale: #616161. Windows color (decimal): -9608138 or 3564653. OLE color: 3564653.
HSL color Cylindrical-coordinate representation of color #6D6436: hue angle of 50.18º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D6436 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 100 | 54 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.57 |
| HSL | 50.18º | 0.34% | 0.32% | - |
| HSV(B) | 50.18º | 0.5% | 0.43% | - |
| XYZ | 11.53 | 12.63 | 5.32 | - |
| YUV | 97.45 | 103.48 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 100 | 54 | 0 | 0.08 | 0.50 | 0.57 | 50.18 | 0.34 | 0.32 |
| Hex | 6D | 64 | 36 | 0 | 8 | 32 | 39 | 32 | 22 | 20 |
| Octal | 155 | 144 | 66 | 0 | 10 | 62 | 71 | 62 | 42 | 40 |
| Binary | 1101101 | 1100100 | 110110 | 0 | 1000 | 110010 | 111001 | 110010 | 100010 | 100000 |
Color Harmonies of #6D6436
Complementary color
Monochromatic Colors of #6D6436
Black with #6D6436
Text Example
Text Example
White with #6D6436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6436; }
p { color: rgb(109,100,54); }
H1.HeaderClassName
{
color: #6D6436;
}
.AnyTagClassName
{
color: #6D6436;
}
</style>
background-color css
<style>
a { background-color: #6D6436; }
a { background-color: rgb(109,100,54); }
div.DivClassName
{
background-color: #6D6436;
}
.BgClassName
{
background-color: #6D6436;
}
</style>
border-color css
<style>
span { border-color: #6D6436; }
span { border-color: rgb(109,100,54); }
td.TdClassName
{
border-color: #6D6436;
}
.TagClassName
{
border-color: #6D6436;
}
</style>