Shades of Himalaya #6D602C
Tints of Himalaya #6D602C
RGB
CMYK
RGB Variations
Color information
#6D602C (or 0x6D602C) is known color: Himalaya. HEX triplet: 6D, 60 and 2C. RGB value is (109,96,44). Sum of RGB (Red+Green+Blue) = 109+96+44=249 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.78% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 109 - color contains mainly: red. Hex color #6D602C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D602C is #929FD3. Grayscale: #5E5E5E. Windows color (decimal): -9609172 or 2908269. OLE color: 2908269.
HSL color Cylindrical-coordinate representation of color #6D602C: hue angle of 48º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D602C is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 96 | 44 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.57 |
| HSL | 48º | 0.42% | 0.3% | - |
| HSV(B) | 48º | 0.6% | 0.43% | - |
| XYZ | 10.94 | 11.8 | 4.08 | - |
| YUV | 93.96 | 99.81 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 96 | 44 | 0 | 0.12 | 0.60 | 0.57 | 48 | 0.42 | 0.3 |
| Hex | 6D | 60 | 2C | 0 | C | 3C | 39 | 30 | 2A | 1E |
| Octal | 155 | 140 | 54 | 0 | 14 | 74 | 71 | 60 | 52 | 36 |
| Binary | 1101101 | 1100000 | 101100 | 0 | 1100 | 111100 | 111001 | 110000 | 101010 | 11110 |
Color Harmonies of #6D602C
Complementary color
Monochromatic Colors of #6D602C
Black with #6D602C
Text Example
Text Example
White with #6D602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D602C; }
p { color: rgb(109,96,44); }
H1.HeaderClassName
{
color: #6D602C;
}
.AnyTagClassName
{
color: #6D602C;
}
</style>
background-color css
<style>
a { background-color: #6D602C; }
a { background-color: rgb(109,96,44); }
div.DivClassName
{
background-color: #6D602C;
}
.BgClassName
{
background-color: #6D602C;
}
</style>
border-color css
<style>
span { border-color: #6D602C; }
span { border-color: rgb(109,96,44); }
td.TdClassName
{
border-color: #6D602C;
}
.TagClassName
{
border-color: #6D602C;
}
</style>