Shades of Himalaya #6F5F35
Tints of Himalaya #6F5F35
RGB
CMYK
RGB Variations
Color information
#6F5F35 (or 0x6F5F35) is known color: Himalaya. HEX triplet: 6F, 5F and 35. RGB value is (111,95,53). Sum of RGB (Red+Green+Blue) = 111+95+53=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 53 (21.09% from 255 or 20.46% from 259); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5F35 is #90A0CA. Grayscale: #5F5F5F. Windows color (decimal): -9478347 or 3497839. OLE color: 3497839.
HSL color Cylindrical-coordinate representation of color #6F5F35: hue angle of 43.45º 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 #6F5F35 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 95 | 53 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.56 |
| HSL | 43.45º | 0.35% | 0.32% | - |
| HSV(B) | 43.45º | 0.52% | 0.44% | - |
| XYZ | 11.29 | 11.82 | 5.05 | - |
| YUV | 95 | 104.3 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 95 | 53 | 0 | 0.14 | 0.52 | 0.56 | 43.45 | 0.35 | 0.32 |
| Hex | 6F | 5F | 35 | 0 | E | 34 | 38 | 2B | 23 | 20 |
| Octal | 157 | 137 | 65 | 0 | 16 | 64 | 70 | 53 | 43 | 40 |
| Binary | 1101111 | 1011111 | 110101 | 0 | 1110 | 110100 | 111000 | 101011 | 100011 | 100000 |
Color Harmonies of #6F5F35
Complementary color
Monochromatic Colors of #6F5F35
Black with #6F5F35
Text Example
Text Example
White with #6F5F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5F35; }
p { color: rgb(111,95,53); }
H1.HeaderClassName
{
color: #6F5F35;
}
.AnyTagClassName
{
color: #6F5F35;
}
</style>
background-color css
<style>
a { background-color: #6F5F35; }
a { background-color: rgb(111,95,53); }
div.DivClassName
{
background-color: #6F5F35;
}
.BgClassName
{
background-color: #6F5F35;
}
</style>
border-color css
<style>
span { border-color: #6F5F35; }
span { border-color: rgb(111,95,53); }
td.TdClassName
{
border-color: #6F5F35;
}
.TagClassName
{
border-color: #6F5F35;
}
</style>