Shades of Himalaya #6D642D
Tints of Himalaya #6D642D
RGB
CMYK
RGB Variations
Color information
#6D642D (or 0x6D642D) is known color: Himalaya. HEX triplet: 6D, 64 and 2D. RGB value is (109,100,45). Sum of RGB (Red+Green+Blue) = 109+100+45=254 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.91% from 254); Green value is 100 (39.45% from 255 or 39.37% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 109 - color contains mainly: red. Hex color #6D642D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D642D is #929BD2. Grayscale: #606060. Windows color (decimal): -9608147 or 2974829. OLE color: 2974829.
HSL color Cylindrical-coordinate representation of color #6D642D: hue angle of 51.56º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D642D is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 100 | 45 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.57 |
| HSL | 51.56º | 0.42% | 0.3% | - |
| HSV(B) | 51.56º | 0.59% | 0.43% | - |
| XYZ | 11.34 | 12.56 | 4.31 | - |
| YUV | 96.42 | 98.98 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 100 | 45 | 0 | 0.08 | 0.59 | 0.57 | 51.56 | 0.42 | 0.3 |
| Hex | 6D | 64 | 2D | 0 | 8 | 3B | 39 | 34 | 2A | 1E |
| Octal | 155 | 144 | 55 | 0 | 10 | 73 | 71 | 64 | 52 | 36 |
| Binary | 1101101 | 1100100 | 101101 | 0 | 1000 | 111011 | 111001 | 110100 | 101010 | 11110 |
Color Harmonies of #6D642D
Complementary color
Monochromatic Colors of #6D642D
Black with #6D642D
Text Example
Text Example
White with #6D642D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D642D; }
p { color: rgb(109,100,45); }
H1.HeaderClassName
{
color: #6D642D;
}
.AnyTagClassName
{
color: #6D642D;
}
</style>
background-color css
<style>
a { background-color: #6D642D; }
a { background-color: rgb(109,100,45); }
div.DivClassName
{
background-color: #6D642D;
}
.BgClassName
{
background-color: #6D642D;
}
</style>
border-color css
<style>
span { border-color: #6D642D; }
span { border-color: rgb(109,100,45); }
td.TdClassName
{
border-color: #6D642D;
}
.TagClassName
{
border-color: #6D642D;
}
</style>