Shades of Himalaya #6F6235
Tints of Himalaya #6F6235
RGB
CMYK
RGB Variations
Color information
#6F6235 (or 0x6F6235) is known color: Himalaya. HEX triplet: 6F, 62 and 35. RGB value is (111,98,53). Sum of RGB (Red+Green+Blue) = 111+98+53=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6235 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6235 is #909DCA. Grayscale: #606060. Windows color (decimal): -9477579 or 3498607. OLE color: 3498607.
HSL color Cylindrical-coordinate representation of color #6F6235: hue angle of 46.55º 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 #6F6235 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 98 | 53 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.56 |
| HSL | 46.55º | 0.35% | 0.32% | - |
| HSV(B) | 46.55º | 0.52% | 0.44% | - |
| XYZ | 11.57 | 12.37 | 5.15 | - |
| YUV | 96.76 | 103.31 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 98 | 53 | 0 | 0.12 | 0.52 | 0.56 | 46.55 | 0.35 | 0.32 |
| Hex | 6F | 62 | 35 | 0 | C | 34 | 38 | 2F | 23 | 20 |
| Octal | 157 | 142 | 65 | 0 | 14 | 64 | 70 | 57 | 43 | 40 |
| Binary | 1101111 | 1100010 | 110101 | 0 | 1100 | 110100 | 111000 | 101111 | 100011 | 100000 |
Color Harmonies of #6F6235
Complementary color
Monochromatic Colors of #6F6235
Black with #6F6235
Text Example
Text Example
White with #6F6235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6235; }
p { color: rgb(111,98,53); }
H1.HeaderClassName
{
color: #6F6235;
}
.AnyTagClassName
{
color: #6F6235;
}
</style>
background-color css
<style>
a { background-color: #6F6235; }
a { background-color: rgb(111,98,53); }
div.DivClassName
{
background-color: #6F6235;
}
.BgClassName
{
background-color: #6F6235;
}
</style>
border-color css
<style>
span { border-color: #6F6235; }
span { border-color: rgb(111,98,53); }
td.TdClassName
{
border-color: #6F6235;
}
.TagClassName
{
border-color: #6F6235;
}
</style>