Shades of Himalaya #6D6738
Tints of Himalaya #6D6738
RGB
CMYK
RGB Variations
Color information
#6D6738 (or 0x6D6738) is known color: Himalaya. HEX triplet: 6D, 67 and 38. RGB value is (109,103,56). Sum of RGB (Red+Green+Blue) = 109+103+56=268 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.67% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6738 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6738 is #9298C7. Grayscale: #636363. Windows color (decimal): -9607368 or 3696493. OLE color: 3696493.
HSL color Cylindrical-coordinate representation of color #6D6738: hue angle of 53.21º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D6738 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 103 | 56 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.57 |
| HSL | 53.21º | 0.32% | 0.32% | - |
| HSV(B) | 53.21º | 0.49% | 0.43% | - |
| XYZ | 11.87 | 13.24 | 5.67 | - |
| YUV | 99.44 | 103.49 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 103 | 56 | 0 | 0.06 | 0.49 | 0.57 | 53.21 | 0.32 | 0.32 |
| Hex | 6D | 67 | 38 | 0 | 6 | 31 | 39 | 35 | 20 | 20 |
| Octal | 155 | 147 | 70 | 0 | 6 | 61 | 71 | 65 | 40 | 40 |
| Binary | 1101101 | 1100111 | 111000 | 0 | 110 | 110001 | 111001 | 110101 | 100000 | 100000 |
Color Harmonies of #6D6738
Complementary color
Monochromatic Colors of #6D6738
Black with #6D6738
Text Example
Text Example
White with #6D6738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6738; }
p { color: rgb(109,103,56); }
H1.HeaderClassName
{
color: #6D6738;
}
.AnyTagClassName
{
color: #6D6738;
}
</style>
background-color css
<style>
a { background-color: #6D6738; }
a { background-color: rgb(109,103,56); }
div.DivClassName
{
background-color: #6D6738;
}
.BgClassName
{
background-color: #6D6738;
}
</style>
border-color css
<style>
span { border-color: #6D6738; }
span { border-color: rgb(109,103,56); }
td.TdClassName
{
border-color: #6D6738;
}
.TagClassName
{
border-color: #6D6738;
}
</style>