Shades of Himalaya #6D5F29
Tints of Himalaya #6D5F29
RGB
CMYK
RGB Variations
Color information
#6D5F29 (or 0x6D5F29) is known color: Himalaya. HEX triplet: 6D, 5F and 29. RGB value is (109,95,41). Sum of RGB (Red+Green+Blue) = 109+95+41=245 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.49% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5F29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5F29 is #92A0D6. Grayscale: #5D5D5D. Windows color (decimal): -9609431 or 2711405. OLE color: 2711405.
HSL color Cylindrical-coordinate representation of color #6D5F29: hue angle of 47.65º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D5F29 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 95 | 41 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.57 |
| HSL | 47.65º | 0.45% | 0.29% | - |
| HSV(B) | 47.65º | 0.62% | 0.43% | - |
| XYZ | 10.8 | 11.6 | 3.77 | - |
| YUV | 93.03 | 98.64 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 95 | 41 | 0 | 0.13 | 0.62 | 0.57 | 47.65 | 0.45 | 0.29 |
| Hex | 6D | 5F | 29 | 0 | D | 3E | 39 | 30 | 2D | 1D |
| Octal | 155 | 137 | 51 | 0 | 15 | 76 | 71 | 60 | 55 | 35 |
| Binary | 1101101 | 1011111 | 101001 | 0 | 1101 | 111110 | 111001 | 110000 | 101101 | 11101 |
Color Harmonies of #6D5F29
Complementary color
Monochromatic Colors of #6D5F29
Black with #6D5F29
Text Example
Text Example
White with #6D5F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5F29; }
p { color: rgb(109,95,41); }
H1.HeaderClassName
{
color: #6D5F29;
}
.AnyTagClassName
{
color: #6D5F29;
}
</style>
background-color css
<style>
a { background-color: #6D5F29; }
a { background-color: rgb(109,95,41); }
div.DivClassName
{
background-color: #6D5F29;
}
.BgClassName
{
background-color: #6D5F29;
}
</style>
border-color css
<style>
span { border-color: #6D5F29; }
span { border-color: rgb(109,95,41); }
td.TdClassName
{
border-color: #6D5F29;
}
.TagClassName
{
border-color: #6D5F29;
}
</style>