Shades of Himalaya #6B5D2E
Tints of Himalaya #6B5D2E
RGB
CMYK
RGB Variations
Color information
#6B5D2E (or 0x6B5D2E) is known color: Himalaya. HEX triplet: 6B, 5D and 2E. RGB value is (107,93,46). Sum of RGB (Red+Green+Blue) = 107+93+46=246 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.50% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5D2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5D2E is #94A2D1. Grayscale: #5C5C5C. Windows color (decimal): -9741010 or 3038571. OLE color: 3038571.
HSL color Cylindrical-coordinate representation of color #6B5D2E: hue angle of 46.23º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B5D2E is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 93 | 46 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.58 |
| HSL | 46.23º | 0.4% | 0.3% | - |
| HSV(B) | 46.23º | 0.57% | 0.42% | - |
| XYZ | 10.47 | 11.15 | 4.19 | - |
| YUV | 91.83 | 102.14 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 93 | 46 | 0 | 0.13 | 0.57 | 0.58 | 46.23 | 0.4 | 0.3 |
| Hex | 6B | 5D | 2E | 0 | D | 39 | 3A | 2E | 28 | 1E |
| Octal | 153 | 135 | 56 | 0 | 15 | 71 | 72 | 56 | 50 | 36 |
| Binary | 1101011 | 1011101 | 101110 | 0 | 1101 | 111001 | 111010 | 101110 | 101000 | 11110 |
Color Harmonies of #6B5D2E
Complementary color
Monochromatic Colors of #6B5D2E
Black with #6B5D2E
Text Example
Text Example
White with #6B5D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5D2E; }
p { color: rgb(107,93,46); }
H1.HeaderClassName
{
color: #6B5D2E;
}
.AnyTagClassName
{
color: #6B5D2E;
}
</style>
background-color css
<style>
a { background-color: #6B5D2E; }
a { background-color: rgb(107,93,46); }
div.DivClassName
{
background-color: #6B5D2E;
}
.BgClassName
{
background-color: #6B5D2E;
}
</style>
border-color css
<style>
span { border-color: #6B5D2E; }
span { border-color: rgb(107,93,46); }
td.TdClassName
{
border-color: #6B5D2E;
}
.TagClassName
{
border-color: #6B5D2E;
}
</style>