Shades of Himalaya #6D622F
Tints of Himalaya #6D622F
RGB
CMYK
RGB Variations
Color information
#6D622F (or 0x6D622F) is known color: Himalaya. HEX triplet: 6D, 62 and 2F. RGB value is (109,98,47). Sum of RGB (Red+Green+Blue) = 109+98+47=254 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.91% from 254); Green value is 98 (38.67% from 255 or 38.58% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 109 - color contains mainly: red. Hex color #6D622F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D622F is #929DD0. Grayscale: #5F5F5F. Windows color (decimal): -9608657 or 3105389. OLE color: 3105389.
HSL color Cylindrical-coordinate representation of color #6D622F: hue angle of 49.35º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D622F is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 98 | 47 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.57 |
| HSL | 49.35º | 0.4% | 0.31% | - |
| HSV(B) | 49.35º | 0.57% | 0.43% | - |
| XYZ | 11.19 | 12.19 | 4.45 | - |
| YUV | 95.48 | 100.64 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 98 | 47 | 0 | 0.10 | 0.57 | 0.57 | 49.35 | 0.4 | 0.31 |
| Hex | 6D | 62 | 2F | 0 | A | 39 | 39 | 31 | 28 | 1F |
| Octal | 155 | 142 | 57 | 0 | 12 | 71 | 71 | 61 | 50 | 37 |
| Binary | 1101101 | 1100010 | 101111 | 0 | 1010 | 111001 | 111001 | 110001 | 101000 | 11111 |
Color Harmonies of #6D622F
Complementary color
Monochromatic Colors of #6D622F
Black with #6D622F
Text Example
Text Example
White with #6D622F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D622F; }
p { color: rgb(109,98,47); }
H1.HeaderClassName
{
color: #6D622F;
}
.AnyTagClassName
{
color: #6D622F;
}
</style>
background-color css
<style>
a { background-color: #6D622F; }
a { background-color: rgb(109,98,47); }
div.DivClassName
{
background-color: #6D622F;
}
.BgClassName
{
background-color: #6D622F;
}
</style>
border-color css
<style>
span { border-color: #6D622F; }
span { border-color: rgb(109,98,47); }
td.TdClassName
{
border-color: #6D622F;
}
.TagClassName
{
border-color: #6D622F;
}
</style>