Shades of Himalaya #6B5D37
Tints of Himalaya #6B5D37
RGB
CMYK
RGB Variations
Color information
#6B5D37 (or 0x6B5D37) is known color: Himalaya. HEX triplet: 6B, 5D and 37. RGB value is (107,93,55). Sum of RGB (Red+Green+Blue) = 107+93+55=255 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.96% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 55 (21.88% from 255 or 21.57% from 255); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5D37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5D37 is #94A2C8. Grayscale: #5D5D5D. Windows color (decimal): -9741001 or 3628395. OLE color: 3628395.
HSL color Cylindrical-coordinate representation of color #6B5D37: hue angle of 43.85º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6B5D37 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 93 | 55 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.58 |
| HSL | 43.85º | 0.32% | 0.32% | - |
| HSV(B) | 43.85º | 0.49% | 0.42% | - |
| XYZ | 10.67 | 11.23 | 5.22 | - |
| YUV | 92.85 | 106.64 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 93 | 55 | 0 | 0.13 | 0.49 | 0.58 | 43.85 | 0.32 | 0.32 |
| Hex | 6B | 5D | 37 | 0 | D | 31 | 3A | 2C | 20 | 20 |
| Octal | 153 | 135 | 67 | 0 | 15 | 61 | 72 | 54 | 40 | 40 |
| Binary | 1101011 | 1011101 | 110111 | 0 | 1101 | 110001 | 111010 | 101100 | 100000 | 100000 |
Color Harmonies of #6B5D37
Complementary color
Monochromatic Colors of #6B5D37
Black with #6B5D37
Text Example
Text Example
White with #6B5D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5D37; }
p { color: rgb(107,93,55); }
H1.HeaderClassName
{
color: #6B5D37;
}
.AnyTagClassName
{
color: #6B5D37;
}
</style>
background-color css
<style>
a { background-color: #6B5D37; }
a { background-color: rgb(107,93,55); }
div.DivClassName
{
background-color: #6B5D37;
}
.BgClassName
{
background-color: #6B5D37;
}
</style>
border-color css
<style>
span { border-color: #6B5D37; }
span { border-color: rgb(107,93,55); }
td.TdClassName
{
border-color: #6B5D37;
}
.TagClassName
{
border-color: #6B5D37;
}
</style>