Shades of Himalaya #6F632E
Tints of Himalaya #6F632E
RGB
CMYK
RGB Variations
Color information
#6F632E (or 0x6F632E) is known color: Himalaya. HEX triplet: 6F, 63 and 2E. RGB value is (111,99,46). Sum of RGB (Red+Green+Blue) = 111+99+46=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 111 - color contains mainly: red. Hex color #6F632E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F632E is #909CD1. Grayscale: #606060. Windows color (decimal): -9477330 or 3040111. OLE color: 3040111.
HSL color Cylindrical-coordinate representation of color #6F632E: hue angle of 48.92º degrees, saturation: 0.41, 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 #6F632E is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 99 | 46 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.56 |
| HSL | 48.92º | 0.41% | 0.31% | - |
| HSV(B) | 48.92º | 0.59% | 0.44% | - |
| XYZ | 11.51 | 12.5 | 4.39 | - |
| YUV | 96.55 | 99.48 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 99 | 46 | 0 | 0.11 | 0.59 | 0.56 | 48.92 | 0.41 | 0.31 |
| Hex | 6F | 63 | 2E | 0 | B | 3B | 38 | 31 | 29 | 1F |
| Octal | 157 | 143 | 56 | 0 | 13 | 73 | 70 | 61 | 51 | 37 |
| Binary | 1101111 | 1100011 | 101110 | 0 | 1011 | 111011 | 111000 | 110001 | 101001 | 11111 |
Color Harmonies of #6F632E
Complementary color
Monochromatic Colors of #6F632E
Black with #6F632E
Text Example
Text Example
White with #6F632E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F632E; }
p { color: rgb(111,99,46); }
H1.HeaderClassName
{
color: #6F632E;
}
.AnyTagClassName
{
color: #6F632E;
}
</style>
background-color css
<style>
a { background-color: #6F632E; }
a { background-color: rgb(111,99,46); }
div.DivClassName
{
background-color: #6F632E;
}
.BgClassName
{
background-color: #6F632E;
}
</style>
border-color css
<style>
span { border-color: #6F632E; }
span { border-color: rgb(111,99,46); }
td.TdClassName
{
border-color: #6F632E;
}
.TagClassName
{
border-color: #6F632E;
}
</style>