Shades of Himalaya #6F642C
Tints of Himalaya #6F642C
RGB
CMYK
RGB Variations
Color information
#6F642C (or 0x6F642C) is known color: Himalaya. HEX triplet: 6F, 64 and 2C. RGB value is (111,100,44). Sum of RGB (Red+Green+Blue) = 111+100+44=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 100 (39.45% from 255 or 39.22% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 111 - color contains mainly: red. Hex color #6F642C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F642C is #909BD3. Grayscale: #616161. Windows color (decimal): -9477076 or 2909295. OLE color: 2909295.
HSL color Cylindrical-coordinate representation of color #6F642C: hue angle of 50.15º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F642C is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 100 | 44 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.56 |
| HSL | 50.15º | 0.43% | 0.3% | - |
| HSV(B) | 50.15º | 0.6% | 0.44% | - |
| XYZ | 11.57 | 12.68 | 4.22 | - |
| YUV | 96.91 | 98.14 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 100 | 44 | 0 | 0.10 | 0.60 | 0.56 | 50.15 | 0.43 | 0.3 |
| Hex | 6F | 64 | 2C | 0 | A | 3C | 38 | 32 | 2B | 1E |
| Octal | 157 | 144 | 54 | 0 | 12 | 74 | 70 | 62 | 53 | 36 |
| Binary | 1101111 | 1100100 | 101100 | 0 | 1010 | 111100 | 111000 | 110010 | 101011 | 11110 |
Color Harmonies of #6F642C
Complementary color
Monochromatic Colors of #6F642C
Black with #6F642C
Text Example
Text Example
White with #6F642C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F642C; }
p { color: rgb(111,100,44); }
H1.HeaderClassName
{
color: #6F642C;
}
.AnyTagClassName
{
color: #6F642C;
}
</style>
background-color css
<style>
a { background-color: #6F642C; }
a { background-color: rgb(111,100,44); }
div.DivClassName
{
background-color: #6F642C;
}
.BgClassName
{
background-color: #6F642C;
}
</style>
border-color css
<style>
span { border-color: #6F642C; }
span { border-color: rgb(111,100,44); }
td.TdClassName
{
border-color: #6F642C;
}
.TagClassName
{
border-color: #6F642C;
}
</style>