Shades of Himalaya #6F5E1E
Tints of Himalaya #6F5E1E
RGB
CMYK
RGB Variations
Color information
#6F5E1E (or 0x6F5E1E) is known color: Himalaya. HEX triplet: 6F, 5E and 1E. RGB value is (111,94,30). Sum of RGB (Red+Green+Blue) = 111+94+30=235 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.23% from 235); Green value is 94 (37.11% from 255 or 40% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5E1E is #90A1E1. Grayscale: #5C5C5C. Windows color (decimal): -9478626 or 1990255. OLE color: 1990255.
HSL color Cylindrical-coordinate representation of color #6F5E1E: hue angle of 47.41º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F5E1E is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 94 | 30 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.56 |
| HSL | 47.41º | 0.57% | 0.28% | - |
| HSV(B) | 47.41º | 0.73% | 0.44% | - |
| XYZ | 10.79 | 11.48 | 2.88 | - |
| YUV | 91.79 | 93.13 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 94 | 30 | 0 | 0.15 | 0.73 | 0.56 | 47.41 | 0.57 | 0.28 |
| Hex | 6F | 5E | 1E | 0 | F | 49 | 38 | 2F | 39 | 1C |
| Octal | 157 | 136 | 36 | 0 | 17 | 111 | 70 | 57 | 71 | 34 |
| Binary | 1101111 | 1011110 | 11110 | 0 | 1111 | 1001001 | 111000 | 101111 | 111001 | 11100 |
Color Harmonies of #6F5E1E
Complementary color
Monochromatic Colors of #6F5E1E
Black with #6F5E1E
Text Example
Text Example
White with #6F5E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5E1E; }
p { color: rgb(111,94,30); }
H1.HeaderClassName
{
color: #6F5E1E;
}
.AnyTagClassName
{
color: #6F5E1E;
}
</style>
background-color css
<style>
a { background-color: #6F5E1E; }
a { background-color: rgb(111,94,30); }
div.DivClassName
{
background-color: #6F5E1E;
}
.BgClassName
{
background-color: #6F5E1E;
}
</style>
border-color css
<style>
span { border-color: #6F5E1E; }
span { border-color: rgb(111,94,30); }
td.TdClassName
{
border-color: #6F5E1E;
}
.TagClassName
{
border-color: #6F5E1E;
}
</style>