Shades of Himalaya #6F6839
Tints of Himalaya #6F6839
RGB
CMYK
RGB Variations
Color information
#6F6839 (or 0x6F6839) is known color: Himalaya. HEX triplet: 6F, 68 and 39. RGB value is (111,104,57). Sum of RGB (Red+Green+Blue) = 111+104+57=272 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.81% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 57 (22.66% from 255 or 20.96% from 272); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6839 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6839 is #9097C6. Grayscale: #646464. Windows color (decimal): -9476039 or 3762287. OLE color: 3762287.
HSL color Cylindrical-coordinate representation of color #6F6839: hue angle of 52.22º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F6839 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 104 | 57 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.56 |
| HSL | 52.22º | 0.32% | 0.33% | - |
| HSV(B) | 52.22º | 0.49% | 0.44% | - |
| XYZ | 12.24 | 13.58 | 5.85 | - |
| YUV | 100.74 | 103.32 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 57 | 0 | 0.06 | 0.49 | 0.56 | 52.22 | 0.32 | 0.33 |
| Hex | 6F | 68 | 39 | 0 | 6 | 31 | 38 | 34 | 20 | 21 |
| Octal | 157 | 150 | 71 | 0 | 6 | 61 | 70 | 64 | 40 | 41 |
| Binary | 1101111 | 1101000 | 111001 | 0 | 110 | 110001 | 111000 | 110100 | 100000 | 100001 |
Color Harmonies of #6F6839
Complementary color
Monochromatic Colors of #6F6839
Black with #6F6839
Text Example
Text Example
White with #6F6839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6839; }
p { color: rgb(111,104,57); }
H1.HeaderClassName
{
color: #6F6839;
}
.AnyTagClassName
{
color: #6F6839;
}
</style>
background-color css
<style>
a { background-color: #6F6839; }
a { background-color: rgb(111,104,57); }
div.DivClassName
{
background-color: #6F6839;
}
.BgClassName
{
background-color: #6F6839;
}
</style>
border-color css
<style>
span { border-color: #6F6839; }
span { border-color: rgb(111,104,57); }
td.TdClassName
{
border-color: #6F6839;
}
.TagClassName
{
border-color: #6F6839;
}
</style>