Shades of Himalaya #6F6134
Tints of Himalaya #6F6134
RGB
CMYK
RGB Variations
Color information
#6F6134 (or 0x6F6134) is known color: Himalaya. HEX triplet: 6F, 61 and 34. RGB value is (111,97,52). Sum of RGB (Red+Green+Blue) = 111+97+52=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6134 is #909ECB. Grayscale: #606060. Windows color (decimal): -9477836 or 3432815. OLE color: 3432815.
HSL color Cylindrical-coordinate representation of color #6F6134: hue angle of 45.76º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F6134 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 97 | 52 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.56 |
| HSL | 45.76º | 0.36% | 0.32% | - |
| HSV(B) | 45.76º | 0.53% | 0.44% | - |
| XYZ | 11.45 | 12.18 | 5 | - |
| YUV | 96.06 | 103.14 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 97 | 52 | 0 | 0.13 | 0.53 | 0.56 | 45.76 | 0.36 | 0.32 |
| Hex | 6F | 61 | 34 | 0 | D | 35 | 38 | 2E | 24 | 20 |
| Octal | 157 | 141 | 64 | 0 | 15 | 65 | 70 | 56 | 44 | 40 |
| Binary | 1101111 | 1100001 | 110100 | 0 | 1101 | 110101 | 111000 | 101110 | 100100 | 100000 |
Color Harmonies of #6F6134
Complementary color
Monochromatic Colors of #6F6134
Black with #6F6134
Text Example
Text Example
White with #6F6134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6134; }
p { color: rgb(111,97,52); }
H1.HeaderClassName
{
color: #6F6134;
}
.AnyTagClassName
{
color: #6F6134;
}
</style>
background-color css
<style>
a { background-color: #6F6134; }
a { background-color: rgb(111,97,52); }
div.DivClassName
{
background-color: #6F6134;
}
.BgClassName
{
background-color: #6F6134;
}
</style>
border-color css
<style>
span { border-color: #6F6134; }
span { border-color: rgb(111,97,52); }
td.TdClassName
{
border-color: #6F6134;
}
.TagClassName
{
border-color: #6F6134;
}
</style>