Shades of Himalaya #6A5F37
Tints of Himalaya #6A5F37
RGB
CMYK
RGB Variations
Color information
#6A5F37 (or 0x6A5F37) is known color: Himalaya. HEX triplet: 6A, 5F and 37. RGB value is (106,95,55). Sum of RGB (Red+Green+Blue) = 106+95+55=256 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.41% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5F37 is #95A0C8. Grayscale: #5D5D5D. Windows color (decimal): -9806025 or 3628906. OLE color: 3628906.
HSL color Cylindrical-coordinate representation of color #6A5F37: hue angle of 47.06º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A5F37 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 95 | 55 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.58 |
| HSL | 47.06º | 0.32% | 0.32% | - |
| HSV(B) | 47.06º | 0.48% | 0.42% | - |
| XYZ | 10.73 | 11.52 | 5.27 | - |
| YUV | 93.73 | 106.14 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 95 | 55 | 0 | 0.10 | 0.48 | 0.58 | 47.06 | 0.32 | 0.32 |
| Hex | 6A | 5F | 37 | 0 | A | 30 | 3A | 2F | 20 | 20 |
| Octal | 152 | 137 | 67 | 0 | 12 | 60 | 72 | 57 | 40 | 40 |
| Binary | 1101010 | 1011111 | 110111 | 0 | 1010 | 110000 | 111010 | 101111 | 100000 | 100000 |
Color Harmonies of #6A5F37
Complementary color
Monochromatic Colors of #6A5F37
Black with #6A5F37
Text Example
Text Example
White with #6A5F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5F37; }
p { color: rgb(106,95,55); }
H1.HeaderClassName
{
color: #6A5F37;
}
.AnyTagClassName
{
color: #6A5F37;
}
</style>
background-color css
<style>
a { background-color: #6A5F37; }
a { background-color: rgb(106,95,55); }
div.DivClassName
{
background-color: #6A5F37;
}
.BgClassName
{
background-color: #6A5F37;
}
</style>
border-color css
<style>
span { border-color: #6A5F37; }
span { border-color: rgb(106,95,55); }
td.TdClassName
{
border-color: #6A5F37;
}
.TagClassName
{
border-color: #6A5F37;
}
</style>