Shades of Himalaya #6F642F
Tints of Himalaya #6F642F
RGB
CMYK
RGB Variations
Color information
#6F642F (or 0x6F642F) is known color: Himalaya. HEX triplet: 6F, 64 and 2F. RGB value is (111,100,47). Sum of RGB (Red+Green+Blue) = 111+100+47=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 111 - color contains mainly: red. Hex color #6F642F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F642F is #909BD0. Grayscale: #616161. Windows color (decimal): -9477073 or 3105903. OLE color: 3105903.
HSL color Cylindrical-coordinate representation of color #6F642F: hue angle of 49.69º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F642F is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 100 | 47 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.56 |
| HSL | 49.69º | 0.41% | 0.31% | - |
| HSV(B) | 49.69º | 0.58% | 0.44% | - |
| XYZ | 11.63 | 12.7 | 4.53 | - |
| YUV | 97.25 | 99.64 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 100 | 47 | 0 | 0.10 | 0.58 | 0.56 | 49.69 | 0.41 | 0.31 |
| Hex | 6F | 64 | 2F | 0 | A | 3A | 38 | 32 | 29 | 1F |
| Octal | 157 | 144 | 57 | 0 | 12 | 72 | 70 | 62 | 51 | 37 |
| Binary | 1101111 | 1100100 | 101111 | 0 | 1010 | 111010 | 111000 | 110010 | 101001 | 11111 |
Color Harmonies of #6F642F
Complementary color
Monochromatic Colors of #6F642F
Black with #6F642F
Text Example
Text Example
White with #6F642F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F642F; }
p { color: rgb(111,100,47); }
H1.HeaderClassName
{
color: #6F642F;
}
.AnyTagClassName
{
color: #6F642F;
}
</style>
background-color css
<style>
a { background-color: #6F642F; }
a { background-color: rgb(111,100,47); }
div.DivClassName
{
background-color: #6F642F;
}
.BgClassName
{
background-color: #6F642F;
}
</style>
border-color css
<style>
span { border-color: #6F642F; }
span { border-color: rgb(111,100,47); }
td.TdClassName
{
border-color: #6F642F;
}
.TagClassName
{
border-color: #6F642F;
}
</style>