Shades of Himalaya #6F5E28
Tints of Himalaya #6F5E28
RGB
CMYK
RGB Variations
Color information
#6F5E28 (or 0x6F5E28) is known color: Himalaya. HEX triplet: 6F, 5E and 28. RGB value is (111,94,40). Sum of RGB (Red+Green+Blue) = 111+94+40=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5E28 is #90A1D7. Grayscale: #5D5D5D. Windows color (decimal): -9478616 or 2645615. OLE color: 2645615.
HSL color Cylindrical-coordinate representation of color #6F5E28: hue angle of 45.63º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F5E28 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 94 | 40 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.56 |
| HSL | 45.63º | 0.47% | 0.3% | - |
| HSV(B) | 45.63º | 0.64% | 0.44% | - |
| XYZ | 10.94 | 11.54 | 3.66 | - |
| YUV | 92.93 | 98.13 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 94 | 40 | 0 | 0.15 | 0.64 | 0.56 | 45.63 | 0.47 | 0.3 |
| Hex | 6F | 5E | 28 | 0 | F | 40 | 38 | 2E | 2F | 1E |
| Octal | 157 | 136 | 50 | 0 | 17 | 100 | 70 | 56 | 57 | 36 |
| Binary | 1101111 | 1011110 | 101000 | 0 | 1111 | 1000000 | 111000 | 101110 | 101111 | 11110 |
Color Harmonies of #6F5E28
Complementary color
Monochromatic Colors of #6F5E28
Black with #6F5E28
Text Example
Text Example
White with #6F5E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5E28; }
p { color: rgb(111,94,40); }
H1.HeaderClassName
{
color: #6F5E28;
}
.AnyTagClassName
{
color: #6F5E28;
}
</style>
background-color css
<style>
a { background-color: #6F5E28; }
a { background-color: rgb(111,94,40); }
div.DivClassName
{
background-color: #6F5E28;
}
.BgClassName
{
background-color: #6F5E28;
}
</style>
border-color css
<style>
span { border-color: #6F5E28; }
span { border-color: rgb(111,94,40); }
td.TdClassName
{
border-color: #6F5E28;
}
.TagClassName
{
border-color: #6F5E28;
}
</style>