Shades of Spice #6E4938
Tints of Spice #6E4938
RGB
CMYK
RGB Variations
Color information
#6E4938 (or 0x6E4938) is known color: Spice. HEX triplet: 6E, 49 and 38. RGB value is (110,73,56). Sum of RGB (Red+Green+Blue) = 110+73+56=239 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.03% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4938 is #91B6C7. Grayscale: #525252. Windows color (decimal): -9549512 or 3688814. OLE color: 3688814.
HSL color Cylindrical-coordinate representation of color #6E4938: hue angle of 18.89º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E4938 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 73 | 56 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.57 |
| HSL | 18.89º | 0.33% | 0.33% | - |
| HSV(B) | 18.89º | 0.49% | 0.43% | - |
| XYZ | 9.53 | 8.37 | 4.85 | - |
| YUV | 82.13 | 113.26 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 73 | 56 | 0 | 0.34 | 0.49 | 0.57 | 18.89 | 0.33 | 0.33 |
| Hex | 6E | 49 | 38 | 0 | 22 | 31 | 39 | 13 | 21 | 21 |
| Octal | 156 | 111 | 70 | 0 | 42 | 61 | 71 | 23 | 41 | 41 |
| Binary | 1101110 | 1001001 | 111000 | 0 | 100010 | 110001 | 111001 | 10011 | 100001 | 100001 |
Color Harmonies of #6E4938
Complementary color
Monochromatic Colors of #6E4938
Black with #6E4938
Text Example
Text Example
White with #6E4938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4938; }
p { color: rgb(110,73,56); }
H1.HeaderClassName
{
color: #6E4938;
}
.AnyTagClassName
{
color: #6E4938;
}
</style>
background-color css
<style>
a { background-color: #6E4938; }
a { background-color: rgb(110,73,56); }
div.DivClassName
{
background-color: #6E4938;
}
.BgClassName
{
background-color: #6E4938;
}
</style>
border-color css
<style>
span { border-color: #6E4938; }
span { border-color: rgb(110,73,56); }
td.TdClassName
{
border-color: #6E4938;
}
.TagClassName
{
border-color: #6E4938;
}
</style>