Shades of Himalaya #6F5E31
Tints of Himalaya #6F5E31
RGB
CMYK
RGB Variations
Color information
#6F5E31 (or 0x6F5E31) is known color: Himalaya. HEX triplet: 6F, 5E and 31. RGB value is (111,94,49). Sum of RGB (Red+Green+Blue) = 111+94+49=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 94 (37.11% from 255 or 37.01% from 254); Blue value is 49 (19.53% from 255 or 19.29% from 254); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5E31 is #90A1CE. Grayscale: #5E5E5E. Windows color (decimal): -9478607 or 3235439. OLE color: 3235439.
HSL color Cylindrical-coordinate representation of color #6F5E31: hue angle of 43.55º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F5E31 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 94 | 49 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.56 |
| HSL | 43.55º | 0.39% | 0.31% | - |
| HSV(B) | 43.55º | 0.56% | 0.44% | - |
| XYZ | 11.11 | 11.61 | 4.56 | - |
| YUV | 93.95 | 102.63 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 94 | 49 | 0 | 0.15 | 0.56 | 0.56 | 43.55 | 0.39 | 0.31 |
| Hex | 6F | 5E | 31 | 0 | F | 38 | 38 | 2C | 27 | 1F |
| Octal | 157 | 136 | 61 | 0 | 17 | 70 | 70 | 54 | 47 | 37 |
| Binary | 1101111 | 1011110 | 110001 | 0 | 1111 | 111000 | 111000 | 101100 | 100111 | 11111 |
Color Harmonies of #6F5E31
Complementary color
Monochromatic Colors of #6F5E31
Black with #6F5E31
Text Example
Text Example
White with #6F5E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5E31; }
p { color: rgb(111,94,49); }
H1.HeaderClassName
{
color: #6F5E31;
}
.AnyTagClassName
{
color: #6F5E31;
}
</style>
background-color css
<style>
a { background-color: #6F5E31; }
a { background-color: rgb(111,94,49); }
div.DivClassName
{
background-color: #6F5E31;
}
.BgClassName
{
background-color: #6F5E31;
}
</style>
border-color css
<style>
span { border-color: #6F5E31; }
span { border-color: rgb(111,94,49); }
td.TdClassName
{
border-color: #6F5E31;
}
.TagClassName
{
border-color: #6F5E31;
}
</style>