Shades of Himalaya #6B5E31
Tints of Himalaya #6B5E31
RGB
CMYK
RGB Variations
Color information
#6B5E31 (or 0x6B5E31) is known color: Himalaya. HEX triplet: 6B, 5E and 31. RGB value is (107,94,49). Sum of RGB (Red+Green+Blue) = 107+94+49=250 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.8% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5E31 is #94A1CE. Grayscale: #5C5C5C. Windows color (decimal): -9740751 or 3235435. OLE color: 3235435.
HSL color Cylindrical-coordinate representation of color #6B5E31: hue angle of 46.55º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B5E31 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 94 | 49 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.58 |
| HSL | 46.55º | 0.37% | 0.31% | - |
| HSV(B) | 46.55º | 0.54% | 0.42% | - |
| XYZ | 10.62 | 11.35 | 4.54 | - |
| YUV | 92.76 | 103.31 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 94 | 49 | 0 | 0.12 | 0.54 | 0.58 | 46.55 | 0.37 | 0.31 |
| Hex | 6B | 5E | 31 | 0 | C | 36 | 3A | 2F | 25 | 1F |
| Octal | 153 | 136 | 61 | 0 | 14 | 66 | 72 | 57 | 45 | 37 |
| Binary | 1101011 | 1011110 | 110001 | 0 | 1100 | 110110 | 111010 | 101111 | 100101 | 11111 |
Color Harmonies of #6B5E31
Complementary color
Monochromatic Colors of #6B5E31
Black with #6B5E31
Text Example
Text Example
White with #6B5E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5E31; }
p { color: rgb(107,94,49); }
H1.HeaderClassName
{
color: #6B5E31;
}
.AnyTagClassName
{
color: #6B5E31;
}
</style>
background-color css
<style>
a { background-color: #6B5E31; }
a { background-color: rgb(107,94,49); }
div.DivClassName
{
background-color: #6B5E31;
}
.BgClassName
{
background-color: #6B5E31;
}
</style>
border-color css
<style>
span { border-color: #6B5E31; }
span { border-color: rgb(107,94,49); }
td.TdClassName
{
border-color: #6B5E31;
}
.TagClassName
{
border-color: #6B5E31;
}
</style>