Shades of Himalaya #6F6136
Tints of Himalaya #6F6136
RGB
CMYK
RGB Variations
Color information
#6F6136 (or 0x6F6136) is known color: Himalaya. HEX triplet: 6F, 61 and 36. RGB value is (111,97,54). Sum of RGB (Red+Green+Blue) = 111+97+54=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6136 is #909EC9. Grayscale: #606060. Windows color (decimal): -9477834 or 3563887. OLE color: 3563887.
HSL color Cylindrical-coordinate representation of color #6F6136: hue angle of 45.26º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F6136 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 97 | 54 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.56 |
| HSL | 45.26º | 0.35% | 0.32% | - |
| HSV(B) | 45.26º | 0.51% | 0.44% | - |
| XYZ | 11.5 | 12.2 | 5.24 | - |
| YUV | 96.28 | 104.14 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 97 | 54 | 0 | 0.13 | 0.51 | 0.56 | 45.26 | 0.35 | 0.32 |
| Hex | 6F | 61 | 36 | 0 | D | 33 | 38 | 2D | 23 | 20 |
| Octal | 157 | 141 | 66 | 0 | 15 | 63 | 70 | 55 | 43 | 40 |
| Binary | 1101111 | 1100001 | 110110 | 0 | 1101 | 110011 | 111000 | 101101 | 100011 | 100000 |
Color Harmonies of #6F6136
Complementary color
Monochromatic Colors of #6F6136
Black with #6F6136
Text Example
Text Example
White with #6F6136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6136; }
p { color: rgb(111,97,54); }
H1.HeaderClassName
{
color: #6F6136;
}
.AnyTagClassName
{
color: #6F6136;
}
</style>
background-color css
<style>
a { background-color: #6F6136; }
a { background-color: rgb(111,97,54); }
div.DivClassName
{
background-color: #6F6136;
}
.BgClassName
{
background-color: #6F6136;
}
</style>
border-color css
<style>
span { border-color: #6F6136; }
span { border-color: rgb(111,97,54); }
td.TdClassName
{
border-color: #6F6136;
}
.TagClassName
{
border-color: #6F6136;
}
</style>