Shades of Himalaya #6B5C31
Tints of Himalaya #6B5C31
RGB
CMYK
RGB Variations
Color information
#6B5C31 (or 0x6B5C31) is known color: Himalaya. HEX triplet: 6B, 5C and 31. RGB value is (107,92,49). Sum of RGB (Red+Green+Blue) = 107+92+49=248 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.15% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5C31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5C31 is #94A3CE. Grayscale: #5B5B5B. Windows color (decimal): -9741263 or 3234923. OLE color: 3234923.
HSL color Cylindrical-coordinate representation of color #6B5C31: hue angle of 44.48º 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 #6B5C31 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 92 | 49 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.58 |
| HSL | 44.48º | 0.37% | 0.31% | - |
| HSV(B) | 44.48º | 0.54% | 0.42% | - |
| XYZ | 10.44 | 11 | 4.48 | - |
| YUV | 91.58 | 103.97 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 92 | 49 | 0 | 0.14 | 0.54 | 0.58 | 44.48 | 0.37 | 0.31 |
| Hex | 6B | 5C | 31 | 0 | E | 36 | 3A | 2C | 25 | 1F |
| Octal | 153 | 134 | 61 | 0 | 16 | 66 | 72 | 54 | 45 | 37 |
| Binary | 1101011 | 1011100 | 110001 | 0 | 1110 | 110110 | 111010 | 101100 | 100101 | 11111 |
Color Harmonies of #6B5C31
Complementary color
Monochromatic Colors of #6B5C31
Black with #6B5C31
Text Example
Text Example
White with #6B5C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5C31; }
p { color: rgb(107,92,49); }
H1.HeaderClassName
{
color: #6B5C31;
}
.AnyTagClassName
{
color: #6B5C31;
}
</style>
background-color css
<style>
a { background-color: #6B5C31; }
a { background-color: rgb(107,92,49); }
div.DivClassName
{
background-color: #6B5C31;
}
.BgClassName
{
background-color: #6B5C31;
}
</style>
border-color css
<style>
span { border-color: #6B5C31; }
span { border-color: rgb(107,92,49); }
td.TdClassName
{
border-color: #6B5C31;
}
.TagClassName
{
border-color: #6B5C31;
}
</style>