Shades of Himalaya #6F642D
Tints of Himalaya #6F642D
RGB
CMYK
RGB Variations
Color information
#6F642D (or 0x6F642D) is known color: Himalaya. HEX triplet: 6F, 64 and 2D. RGB value is (111,100,45). Sum of RGB (Red+Green+Blue) = 111+100+45=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 111 - color contains mainly: red. Hex color #6F642D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F642D is #909BD2. Grayscale: #616161. Windows color (decimal): -9477075 or 2974831. OLE color: 2974831.
HSL color Cylindrical-coordinate representation of color #6F642D: hue angle of 50º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F642D is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 100 | 45 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.56 |
| HSL | 50º | 0.42% | 0.31% | - |
| HSV(B) | 50º | 0.59% | 0.44% | - |
| XYZ | 11.59 | 12.68 | 4.32 | - |
| YUV | 97.02 | 98.64 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 100 | 45 | 0 | 0.10 | 0.59 | 0.56 | 50 | 0.42 | 0.31 |
| Hex | 6F | 64 | 2D | 0 | A | 3B | 38 | 32 | 2A | 1F |
| Octal | 157 | 144 | 55 | 0 | 12 | 73 | 70 | 62 | 52 | 37 |
| Binary | 1101111 | 1100100 | 101101 | 0 | 1010 | 111011 | 111000 | 110010 | 101010 | 11111 |
Color Harmonies of #6F642D
Complementary color
Monochromatic Colors of #6F642D
Black with #6F642D
Text Example
Text Example
White with #6F642D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F642D; }
p { color: rgb(111,100,45); }
H1.HeaderClassName
{
color: #6F642D;
}
.AnyTagClassName
{
color: #6F642D;
}
</style>
background-color css
<style>
a { background-color: #6F642D; }
a { background-color: rgb(111,100,45); }
div.DivClassName
{
background-color: #6F642D;
}
.BgClassName
{
background-color: #6F642D;
}
</style>
border-color css
<style>
span { border-color: #6F642D; }
span { border-color: rgb(111,100,45); }
td.TdClassName
{
border-color: #6F642D;
}
.TagClassName
{
border-color: #6F642D;
}
</style>