Shades of Himalaya #6F5E26
Tints of Himalaya #6F5E26
RGB
CMYK
RGB Variations
Color information
#6F5E26 (or 0x6F5E26) is known color: Himalaya. HEX triplet: 6F, 5E and 26. RGB value is (111,94,38). Sum of RGB (Red+Green+Blue) = 111+94+38=243 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.68% from 243); Green value is 94 (37.11% from 255 or 38.68% from 243); Blue value is 38 (15.23% from 255 or 15.64% from 243); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5E26 is #90A1D9. Grayscale: #5C5C5C. Windows color (decimal): -9478618 or 2514543. OLE color: 2514543.
HSL color Cylindrical-coordinate representation of color #6F5E26: hue angle of 46.03º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F5E26 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 94 | 38 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.56 |
| HSL | 46.03º | 0.49% | 0.29% | - |
| HSV(B) | 46.03º | 0.66% | 0.44% | - |
| XYZ | 10.91 | 11.52 | 3.48 | - |
| YUV | 92.7 | 97.13 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 94 | 38 | 0 | 0.15 | 0.66 | 0.56 | 46.03 | 0.49 | 0.29 |
| Hex | 6F | 5E | 26 | 0 | F | 42 | 38 | 2E | 31 | 1D |
| Octal | 157 | 136 | 46 | 0 | 17 | 102 | 70 | 56 | 61 | 35 |
| Binary | 1101111 | 1011110 | 100110 | 0 | 1111 | 1000010 | 111000 | 101110 | 110001 | 11101 |
Color Harmonies of #6F5E26
Complementary color
Monochromatic Colors of #6F5E26
Black with #6F5E26
Text Example
Text Example
White with #6F5E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5E26; }
p { color: rgb(111,94,38); }
H1.HeaderClassName
{
color: #6F5E26;
}
.AnyTagClassName
{
color: #6F5E26;
}
</style>
background-color css
<style>
a { background-color: #6F5E26; }
a { background-color: rgb(111,94,38); }
div.DivClassName
{
background-color: #6F5E26;
}
.BgClassName
{
background-color: #6F5E26;
}
</style>
border-color css
<style>
span { border-color: #6F5E26; }
span { border-color: rgb(111,94,38); }
td.TdClassName
{
border-color: #6F5E26;
}
.TagClassName
{
border-color: #6F5E26;
}
</style>