Shades of Himalaya #6A6131
Tints of Himalaya #6A6131
RGB
CMYK
RGB Variations
Color information
#6A6131 (or 0x6A6131) is known color: Himalaya. HEX triplet: 6A, 61 and 31. RGB value is (106,97,49). Sum of RGB (Red+Green+Blue) = 106+97+49=252 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.06% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6131 is #959ECE. Grayscale: #5E5E5E. Windows color (decimal): -9805519 or 3236202. OLE color: 3236202.
HSL color Cylindrical-coordinate representation of color #6A6131: hue angle of 50.53º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A6131 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 97 | 49 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.58 |
| HSL | 50.53º | 0.37% | 0.3% | - |
| HSV(B) | 50.53º | 0.54% | 0.42% | - |
| XYZ | 10.77 | 11.84 | 4.62 | - |
| YUV | 94.22 | 102.48 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 97 | 49 | 0 | 0.08 | 0.54 | 0.58 | 50.53 | 0.37 | 0.3 |
| Hex | 6A | 61 | 31 | 0 | 8 | 36 | 3A | 33 | 25 | 1E |
| Octal | 152 | 141 | 61 | 0 | 10 | 66 | 72 | 63 | 45 | 36 |
| Binary | 1101010 | 1100001 | 110001 | 0 | 1000 | 110110 | 111010 | 110011 | 100101 | 11110 |
Color Harmonies of #6A6131
Complementary color
Monochromatic Colors of #6A6131
Black with #6A6131
Text Example
Text Example
White with #6A6131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6131; }
p { color: rgb(106,97,49); }
H1.HeaderClassName
{
color: #6A6131;
}
.AnyTagClassName
{
color: #6A6131;
}
</style>
background-color css
<style>
a { background-color: #6A6131; }
a { background-color: rgb(106,97,49); }
div.DivClassName
{
background-color: #6A6131;
}
.BgClassName
{
background-color: #6A6131;
}
</style>
border-color css
<style>
span { border-color: #6A6131; }
span { border-color: rgb(106,97,49); }
td.TdClassName
{
border-color: #6A6131;
}
.TagClassName
{
border-color: #6A6131;
}
</style>