Shades of Himalaya #6B5F31
Tints of Himalaya #6B5F31
RGB
CMYK
RGB Variations
Color information
#6B5F31 (or 0x6B5F31) is known color: Himalaya. HEX triplet: 6B, 5F and 31. RGB value is (107,95,49). Sum of RGB (Red+Green+Blue) = 107+95+49=251 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.63% from 251); Green value is 95 (37.5% from 255 or 37.85% from 251); Blue value is 49 (19.53% from 255 or 19.52% from 251); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5F31 is #94A0CE. Grayscale: #5D5D5D. Windows color (decimal): -9740495 or 3235691. OLE color: 3235691.
HSL color Cylindrical-coordinate representation of color #6B5F31: hue angle of 47.59º 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 #6B5F31 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 95 | 49 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.58 |
| HSL | 47.59º | 0.37% | 0.31% | - |
| HSV(B) | 47.59º | 0.54% | 0.42% | - |
| XYZ | 10.71 | 11.53 | 4.57 | - |
| YUV | 93.34 | 102.98 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 95 | 49 | 0 | 0.11 | 0.54 | 0.58 | 47.59 | 0.37 | 0.31 |
| Hex | 6B | 5F | 31 | 0 | B | 36 | 3A | 30 | 25 | 1F |
| Octal | 153 | 137 | 61 | 0 | 13 | 66 | 72 | 60 | 45 | 37 |
| Binary | 1101011 | 1011111 | 110001 | 0 | 1011 | 110110 | 111010 | 110000 | 100101 | 11111 |
Color Harmonies of #6B5F31
Complementary color
Monochromatic Colors of #6B5F31
Black with #6B5F31
Text Example
Text Example
White with #6B5F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5F31; }
p { color: rgb(107,95,49); }
H1.HeaderClassName
{
color: #6B5F31;
}
.AnyTagClassName
{
color: #6B5F31;
}
</style>
background-color css
<style>
a { background-color: #6B5F31; }
a { background-color: rgb(107,95,49); }
div.DivClassName
{
background-color: #6B5F31;
}
.BgClassName
{
background-color: #6B5F31;
}
</style>
border-color css
<style>
span { border-color: #6B5F31; }
span { border-color: rgb(107,95,49); }
td.TdClassName
{
border-color: #6B5F31;
}
.TagClassName
{
border-color: #6B5F31;
}
</style>