Shades of Himalaya #6F5E36
Tints of Himalaya #6F5E36
RGB
CMYK
RGB Variations
Color information
#6F5E36 (or 0x6F5E36) is known color: Himalaya. HEX triplet: 6F, 5E and 36. RGB value is (111,94,54). Sum of RGB (Red+Green+Blue) = 111+94+54=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 54 (21.48% from 255 or 20.85% from 259); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5E36 is #90A1C9. Grayscale: #5E5E5E. Windows color (decimal): -9478602 or 3563119. OLE color: 3563119.
HSL color Cylindrical-coordinate representation of color #6F5E36: hue angle of 42.11º 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 #6F5E36 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 94 | 54 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.56 |
| HSL | 42.11º | 0.35% | 0.32% | - |
| HSV(B) | 42.11º | 0.51% | 0.44% | - |
| XYZ | 11.22 | 11.65 | 5.15 | - |
| YUV | 94.52 | 105.13 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 94 | 54 | 0 | 0.15 | 0.51 | 0.56 | 42.11 | 0.35 | 0.32 |
| Hex | 6F | 5E | 36 | 0 | F | 33 | 38 | 2A | 23 | 20 |
| Octal | 157 | 136 | 66 | 0 | 17 | 63 | 70 | 52 | 43 | 40 |
| Binary | 1101111 | 1011110 | 110110 | 0 | 1111 | 110011 | 111000 | 101010 | 100011 | 100000 |
Color Harmonies of #6F5E36
Complementary color
Monochromatic Colors of #6F5E36
Black with #6F5E36
Text Example
Text Example
White with #6F5E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5E36; }
p { color: rgb(111,94,54); }
H1.HeaderClassName
{
color: #6F5E36;
}
.AnyTagClassName
{
color: #6F5E36;
}
</style>
background-color css
<style>
a { background-color: #6F5E36; }
a { background-color: rgb(111,94,54); }
div.DivClassName
{
background-color: #6F5E36;
}
.BgClassName
{
background-color: #6F5E36;
}
</style>
border-color css
<style>
span { border-color: #6F5E36; }
span { border-color: rgb(111,94,54); }
td.TdClassName
{
border-color: #6F5E36;
}
.TagClassName
{
border-color: #6F5E36;
}
</style>