Shades of Himalaya #6F6639
Tints of Himalaya #6F6639
RGB
CMYK
RGB Variations
Color information
#6F6639 (or 0x6F6639) is known color: Himalaya. HEX triplet: 6F, 66 and 39. RGB value is (111,102,57). Sum of RGB (Red+Green+Blue) = 111+102+57=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6639 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6639 is #9099C6. Grayscale: #636363. Windows color (decimal): -9476551 or 3761775. OLE color: 3761775.
HSL color Cylindrical-coordinate representation of color #6F6639: hue angle of 50º 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 #6F6639 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 102 | 57 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.56 |
| HSL | 50º | 0.32% | 0.33% | - |
| HSV(B) | 50º | 0.49% | 0.44% | - |
| XYZ | 12.05 | 13.18 | 5.78 | - |
| YUV | 99.56 | 103.98 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 102 | 57 | 0 | 0.08 | 0.49 | 0.56 | 50 | 0.32 | 0.33 |
| Hex | 6F | 66 | 39 | 0 | 8 | 31 | 38 | 32 | 20 | 21 |
| Octal | 157 | 146 | 71 | 0 | 10 | 61 | 70 | 62 | 40 | 41 |
| Binary | 1101111 | 1100110 | 111001 | 0 | 1000 | 110001 | 111000 | 110010 | 100000 | 100001 |
Color Harmonies of #6F6639
Complementary color
Monochromatic Colors of #6F6639
Black with #6F6639
Text Example
Text Example
White with #6F6639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6639; }
p { color: rgb(111,102,57); }
H1.HeaderClassName
{
color: #6F6639;
}
.AnyTagClassName
{
color: #6F6639;
}
</style>
background-color css
<style>
a { background-color: #6F6639; }
a { background-color: rgb(111,102,57); }
div.DivClassName
{
background-color: #6F6639;
}
.BgClassName
{
background-color: #6F6639;
}
</style>
border-color css
<style>
span { border-color: #6F6639; }
span { border-color: rgb(111,102,57); }
td.TdClassName
{
border-color: #6F6639;
}
.TagClassName
{
border-color: #6F6639;
}
</style>