Shades of Himalaya #6D6035
Tints of Himalaya #6D6035
RGB
CMYK
RGB Variations
Color information
#6D6035 (or 0x6D6035) is known color: Himalaya. HEX triplet: 6D, 60 and 35. RGB value is (109,96,53). Sum of RGB (Red+Green+Blue) = 109+96+53=258 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.25% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 53 (21.09% from 255 or 20.54% from 258); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6035 is #929FCA. Grayscale: #5F5F5F. Windows color (decimal): -9609163 or 3498093. OLE color: 3498093.
HSL color Cylindrical-coordinate representation of color #6D6035: hue angle of 46.07º 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 #6D6035 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 96 | 53 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.57 |
| HSL | 46.07º | 0.35% | 0.32% | - |
| HSV(B) | 46.07º | 0.51% | 0.43% | - |
| XYZ | 11.13 | 11.87 | 5.07 | - |
| YUV | 94.99 | 104.31 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 96 | 53 | 0 | 0.12 | 0.51 | 0.57 | 46.07 | 0.35 | 0.32 |
| Hex | 6D | 60 | 35 | 0 | C | 33 | 39 | 2E | 23 | 20 |
| Octal | 155 | 140 | 65 | 0 | 14 | 63 | 71 | 56 | 43 | 40 |
| Binary | 1101101 | 1100000 | 110101 | 0 | 1100 | 110011 | 111001 | 101110 | 100011 | 100000 |
Color Harmonies of #6D6035
Complementary color
Monochromatic Colors of #6D6035
Black with #6D6035
Text Example
Text Example
White with #6D6035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6035; }
p { color: rgb(109,96,53); }
H1.HeaderClassName
{
color: #6D6035;
}
.AnyTagClassName
{
color: #6D6035;
}
</style>
background-color css
<style>
a { background-color: #6D6035; }
a { background-color: rgb(109,96,53); }
div.DivClassName
{
background-color: #6D6035;
}
.BgClassName
{
background-color: #6D6035;
}
</style>
border-color css
<style>
span { border-color: #6D6035; }
span { border-color: rgb(109,96,53); }
td.TdClassName
{
border-color: #6D6035;
}
.TagClassName
{
border-color: #6D6035;
}
</style>