Shades of Himalaya #6F5E35
Tints of Himalaya #6F5E35
RGB
CMYK
RGB Variations
Color information
#6F5E35 (or 0x6F5E35) is known color: Himalaya. HEX triplet: 6F, 5E and 35. RGB value is (111,94,53). Sum of RGB (Red+Green+Blue) = 111+94+53=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 53 (21.09% from 255 or 20.54% from 258); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5E35 is #90A1CA. Grayscale: #5E5E5E. Windows color (decimal): -9478603 or 3497583. OLE color: 3497583.
HSL color Cylindrical-coordinate representation of color #6F5E35: hue angle of 42.41º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F5E35 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 94 | 53 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.56 |
| HSL | 42.41º | 0.35% | 0.32% | - |
| HSV(B) | 42.41º | 0.52% | 0.44% | - |
| XYZ | 11.2 | 11.64 | 5.02 | - |
| YUV | 94.41 | 104.63 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 94 | 53 | 0 | 0.15 | 0.52 | 0.56 | 42.41 | 0.35 | 0.32 |
| Hex | 6F | 5E | 35 | 0 | F | 34 | 38 | 2A | 23 | 20 |
| Octal | 157 | 136 | 65 | 0 | 17 | 64 | 70 | 52 | 43 | 40 |
| Binary | 1101111 | 1011110 | 110101 | 0 | 1111 | 110100 | 111000 | 101010 | 100011 | 100000 |
Color Harmonies of #6F5E35
Complementary color
Monochromatic Colors of #6F5E35
Black with #6F5E35
Text Example
Text Example
White with #6F5E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5E35; }
p { color: rgb(111,94,53); }
H1.HeaderClassName
{
color: #6F5E35;
}
.AnyTagClassName
{
color: #6F5E35;
}
</style>
background-color css
<style>
a { background-color: #6F5E35; }
a { background-color: rgb(111,94,53); }
div.DivClassName
{
background-color: #6F5E35;
}
.BgClassName
{
background-color: #6F5E35;
}
</style>
border-color css
<style>
span { border-color: #6F5E35; }
span { border-color: rgb(111,94,53); }
td.TdClassName
{
border-color: #6F5E35;
}
.TagClassName
{
border-color: #6F5E35;
}
</style>