Shades of Himalaya #6D6435
Tints of Himalaya #6D6435
RGB
CMYK
RGB Variations
Color information
#6D6435 (or 0x6D6435) is known color: Himalaya. HEX triplet: 6D, 64 and 35. RGB value is (109,100,53). Sum of RGB (Red+Green+Blue) = 109+100+53=262 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.60% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6435 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6435 is #929BCA. Grayscale: #616161. Windows color (decimal): -9608139 or 3499117. OLE color: 3499117.
HSL color Cylindrical-coordinate representation of color #6D6435: hue angle of 50.36º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D6435 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 100 | 53 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.57 |
| HSL | 50.36º | 0.35% | 0.32% | - |
| HSV(B) | 50.36º | 0.51% | 0.43% | - |
| XYZ | 11.51 | 12.62 | 5.2 | - |
| YUV | 97.33 | 102.98 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 100 | 53 | 0 | 0.08 | 0.51 | 0.57 | 50.36 | 0.35 | 0.32 |
| Hex | 6D | 64 | 35 | 0 | 8 | 33 | 39 | 32 | 23 | 20 |
| Octal | 155 | 144 | 65 | 0 | 10 | 63 | 71 | 62 | 43 | 40 |
| Binary | 1101101 | 1100100 | 110101 | 0 | 1000 | 110011 | 111001 | 110010 | 100011 | 100000 |
Color Harmonies of #6D6435
Complementary color
Monochromatic Colors of #6D6435
Black with #6D6435
Text Example
Text Example
White with #6D6435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6435; }
p { color: rgb(109,100,53); }
H1.HeaderClassName
{
color: #6D6435;
}
.AnyTagClassName
{
color: #6D6435;
}
</style>
background-color css
<style>
a { background-color: #6D6435; }
a { background-color: rgb(109,100,53); }
div.DivClassName
{
background-color: #6D6435;
}
.BgClassName
{
background-color: #6D6435;
}
</style>
border-color css
<style>
span { border-color: #6D6435; }
span { border-color: rgb(109,100,53); }
td.TdClassName
{
border-color: #6D6435;
}
.TagClassName
{
border-color: #6D6435;
}
</style>