Shades of Himalaya #6F6631
Tints of Himalaya #6F6631
RGB
CMYK
RGB Variations
Color information
#6F6631 (or 0x6F6631) is known color: Himalaya. HEX triplet: 6F, 66 and 31. RGB value is (111,102,49). Sum of RGB (Red+Green+Blue) = 111+102+49=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6631 is #9099CE. Grayscale: #626262. Windows color (decimal): -9476559 or 3237487. OLE color: 3237487.
HSL color Cylindrical-coordinate representation of color #6F6631: hue angle of 51.29º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F6631 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 102 | 49 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.56 |
| HSL | 51.29º | 0.39% | 0.31% | - |
| HSV(B) | 51.29º | 0.56% | 0.44% | - |
| XYZ | 11.86 | 13.1 | 4.81 | - |
| YUV | 98.65 | 99.98 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 102 | 49 | 0 | 0.08 | 0.56 | 0.56 | 51.29 | 0.39 | 0.31 |
| Hex | 6F | 66 | 31 | 0 | 8 | 38 | 38 | 33 | 27 | 1F |
| Octal | 157 | 146 | 61 | 0 | 10 | 70 | 70 | 63 | 47 | 37 |
| Binary | 1101111 | 1100110 | 110001 | 0 | 1000 | 111000 | 111000 | 110011 | 100111 | 11111 |
Color Harmonies of #6F6631
Complementary color
Monochromatic Colors of #6F6631
Black with #6F6631
Text Example
Text Example
White with #6F6631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6631; }
p { color: rgb(111,102,49); }
H1.HeaderClassName
{
color: #6F6631;
}
.AnyTagClassName
{
color: #6F6631;
}
</style>
background-color css
<style>
a { background-color: #6F6631; }
a { background-color: rgb(111,102,49); }
div.DivClassName
{
background-color: #6F6631;
}
.BgClassName
{
background-color: #6F6631;
}
</style>
border-color css
<style>
span { border-color: #6F6631; }
span { border-color: rgb(111,102,49); }
td.TdClassName
{
border-color: #6F6631;
}
.TagClassName
{
border-color: #6F6631;
}
</style>