Shades of Himalaya #6F6437
Tints of Himalaya #6F6437
RGB
CMYK
RGB Variations
Color information
#6F6437 (or 0x6F6437) is known color: Himalaya. HEX triplet: 6F, 64 and 37. RGB value is (111,100,55). Sum of RGB (Red+Green+Blue) = 111+100+55=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 55 (21.88% from 255 or 20.68% from 266); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6437 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6437 is #909BC8. Grayscale: #626262. Windows color (decimal): -9477065 or 3630191. OLE color: 3630191.
HSL color Cylindrical-coordinate representation of color #6F6437: hue angle of 48.21º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F6437 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 100 | 55 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.56 |
| HSL | 48.21º | 0.34% | 0.33% | - |
| HSV(B) | 48.21º | 0.5% | 0.44% | - |
| XYZ | 11.8 | 12.77 | 5.46 | - |
| YUV | 98.16 | 103.64 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 100 | 55 | 0 | 0.10 | 0.50 | 0.56 | 48.21 | 0.34 | 0.33 |
| Hex | 6F | 64 | 37 | 0 | A | 32 | 38 | 30 | 22 | 21 |
| Octal | 157 | 144 | 67 | 0 | 12 | 62 | 70 | 60 | 42 | 41 |
| Binary | 1101111 | 1100100 | 110111 | 0 | 1010 | 110010 | 111000 | 110000 | 100010 | 100001 |
Color Harmonies of #6F6437
Complementary color
Monochromatic Colors of #6F6437
Black with #6F6437
Text Example
Text Example
White with #6F6437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6437; }
p { color: rgb(111,100,55); }
H1.HeaderClassName
{
color: #6F6437;
}
.AnyTagClassName
{
color: #6F6437;
}
</style>
background-color css
<style>
a { background-color: #6F6437; }
a { background-color: rgb(111,100,55); }
div.DivClassName
{
background-color: #6F6437;
}
.BgClassName
{
background-color: #6F6437;
}
</style>
border-color css
<style>
span { border-color: #6F6437; }
span { border-color: rgb(111,100,55); }
td.TdClassName
{
border-color: #6F6437;
}
.TagClassName
{
border-color: #6F6437;
}
</style>