Shades of Himalaya #6E673B
Tints of Himalaya #6E673B
RGB
CMYK
RGB Variations
Color information
#6E673B (or 0x6E673B) is known color: Himalaya. HEX triplet: 6E, 67 and 3B. RGB value is (110,103,59). Sum of RGB (Red+Green+Blue) = 110+103+59=272 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.44% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 110 - color contains mainly: red. Hex color #6E673B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E673B is #9198C4. Grayscale: #646464. Windows color (decimal): -9541829 or 3893102. OLE color: 3893102.
HSL color Cylindrical-coordinate representation of color #6E673B: hue angle of 51.76º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E673B is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 103 | 59 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.57 |
| HSL | 51.76º | 0.3% | 0.33% | - |
| HSV(B) | 51.76º | 0.46% | 0.43% | - |
| XYZ | 12.07 | 13.33 | 6.07 | - |
| YUV | 100.08 | 104.82 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 103 | 59 | 0 | 0.06 | 0.46 | 0.57 | 51.76 | 0.3 | 0.33 |
| Hex | 6E | 67 | 3B | 0 | 6 | 2E | 39 | 34 | 1E | 21 |
| Octal | 156 | 147 | 73 | 0 | 6 | 56 | 71 | 64 | 36 | 41 |
| Binary | 1101110 | 1100111 | 111011 | 0 | 110 | 101110 | 111001 | 110100 | 11110 | 100001 |
Color Harmonies of #6E673B
Complementary color
Monochromatic Colors of #6E673B
Black with #6E673B
Text Example
Text Example
White with #6E673B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E673B; }
p { color: rgb(110,103,59); }
H1.HeaderClassName
{
color: #6E673B;
}
.AnyTagClassName
{
color: #6E673B;
}
</style>
background-color css
<style>
a { background-color: #6E673B; }
a { background-color: rgb(110,103,59); }
div.DivClassName
{
background-color: #6E673B;
}
.BgClassName
{
background-color: #6E673B;
}
</style>
border-color css
<style>
span { border-color: #6E673B; }
span { border-color: rgb(110,103,59); }
td.TdClassName
{
border-color: #6E673B;
}
.TagClassName
{
border-color: #6E673B;
}
</style>