Shades of Himalaya #6D6033
Tints of Himalaya #6D6033
RGB
CMYK
RGB Variations
Color information
#6D6033 (or 0x6D6033) is known color: Himalaya. HEX triplet: 6D, 60 and 33. RGB value is (109,96,51). Sum of RGB (Red+Green+Blue) = 109+96+51=256 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.58% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6033 is #929FCC. Grayscale: #5E5E5E. Windows color (decimal): -9609165 or 3367021. OLE color: 3367021.
HSL color Cylindrical-coordinate representation of color #6D6033: hue angle of 46.55º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D6033 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 96 | 51 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.57 |
| HSL | 46.55º | 0.36% | 0.31% | - |
| HSV(B) | 46.55º | 0.53% | 0.43% | - |
| XYZ | 11.09 | 11.86 | 4.84 | - |
| YUV | 94.76 | 103.31 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 96 | 51 | 0 | 0.12 | 0.53 | 0.57 | 46.55 | 0.36 | 0.31 |
| Hex | 6D | 60 | 33 | 0 | C | 35 | 39 | 2F | 24 | 1F |
| Octal | 155 | 140 | 63 | 0 | 14 | 65 | 71 | 57 | 44 | 37 |
| Binary | 1101101 | 1100000 | 110011 | 0 | 1100 | 110101 | 111001 | 101111 | 100100 | 11111 |
Color Harmonies of #6D6033
Complementary color
Monochromatic Colors of #6D6033
Black with #6D6033
Text Example
Text Example
White with #6D6033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6033; }
p { color: rgb(109,96,51); }
H1.HeaderClassName
{
color: #6D6033;
}
.AnyTagClassName
{
color: #6D6033;
}
</style>
background-color css
<style>
a { background-color: #6D6033; }
a { background-color: rgb(109,96,51); }
div.DivClassName
{
background-color: #6D6033;
}
.BgClassName
{
background-color: #6D6033;
}
</style>
border-color css
<style>
span { border-color: #6D6033; }
span { border-color: rgb(109,96,51); }
td.TdClassName
{
border-color: #6D6033;
}
.TagClassName
{
border-color: #6D6033;
}
</style>