Shades of Himalaya #6F5F36
Tints of Himalaya #6F5F36
RGB
CMYK
RGB Variations
Color information
#6F5F36 (or 0x6F5F36) is known color: Himalaya. HEX triplet: 6F, 5F and 36. RGB value is (111,95,54). Sum of RGB (Red+Green+Blue) = 111+95+54=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 54 (21.48% from 255 or 20.77% from 260); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5F36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5F36 is #90A0C9. Grayscale: #5F5F5F. Windows color (decimal): -9478346 or 3563375. OLE color: 3563375.
HSL color Cylindrical-coordinate representation of color #6F5F36: hue angle of 43.16º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F5F36 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 95 | 54 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.56 |
| HSL | 43.16º | 0.35% | 0.32% | - |
| HSV(B) | 43.16º | 0.51% | 0.44% | - |
| XYZ | 11.31 | 11.83 | 5.18 | - |
| YUV | 95.11 | 104.8 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 95 | 54 | 0 | 0.14 | 0.51 | 0.56 | 43.16 | 0.35 | 0.32 |
| Hex | 6F | 5F | 36 | 0 | E | 33 | 38 | 2B | 23 | 20 |
| Octal | 157 | 137 | 66 | 0 | 16 | 63 | 70 | 53 | 43 | 40 |
| Binary | 1101111 | 1011111 | 110110 | 0 | 1110 | 110011 | 111000 | 101011 | 100011 | 100000 |
Color Harmonies of #6F5F36
Complementary color
Monochromatic Colors of #6F5F36
Black with #6F5F36
Text Example
Text Example
White with #6F5F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5F36; }
p { color: rgb(111,95,54); }
H1.HeaderClassName
{
color: #6F5F36;
}
.AnyTagClassName
{
color: #6F5F36;
}
</style>
background-color css
<style>
a { background-color: #6F5F36; }
a { background-color: rgb(111,95,54); }
div.DivClassName
{
background-color: #6F5F36;
}
.BgClassName
{
background-color: #6F5F36;
}
</style>
border-color css
<style>
span { border-color: #6F5F36; }
span { border-color: rgb(111,95,54); }
td.TdClassName
{
border-color: #6F5F36;
}
.TagClassName
{
border-color: #6F5F36;
}
</style>