Shades of Spice #6E4C3E
Tints of Spice #6E4C3E
RGB
CMYK
RGB Variations
Color information
#6E4C3E (or 0x6E4C3E) is known color: Spice. HEX triplet: 6E, 4C and 3E. RGB value is (110,76,62). Sum of RGB (Red+Green+Blue) = 110+76+62=248 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.35% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 62 (24.61% from 255 or 25% from 248); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4C3E is #91B3C1. Grayscale: #545454. Windows color (decimal): -9548738 or 4082798. OLE color: 4082798.
HSL color Cylindrical-coordinate representation of color #6E4C3E: hue angle of 17.5º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E4C3E is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 76 | 62 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.57 |
| HSL | 17.5º | 0.28% | 0.34% | - |
| HSV(B) | 17.5º | 0.44% | 0.43% | - |
| XYZ | 9.88 | 8.83 | 5.74 | - |
| YUV | 84.57 | 115.26 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 76 | 62 | 0 | 0.31 | 0.44 | 0.57 | 17.5 | 0.28 | 0.34 |
| Hex | 6E | 4C | 3E | 0 | 1F | 2C | 39 | 12 | 1C | 22 |
| Octal | 156 | 114 | 76 | 0 | 37 | 54 | 71 | 22 | 34 | 42 |
| Binary | 1101110 | 1001100 | 111110 | 0 | 11111 | 101100 | 111001 | 10010 | 11100 | 100010 |
Color Harmonies of #6E4C3E
Complementary color
Monochromatic Colors of #6E4C3E
Black with #6E4C3E
Text Example
Text Example
White with #6E4C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4C3E; }
p { color: rgb(110,76,62); }
H1.HeaderClassName
{
color: #6E4C3E;
}
.AnyTagClassName
{
color: #6E4C3E;
}
</style>
background-color css
<style>
a { background-color: #6E4C3E; }
a { background-color: rgb(110,76,62); }
div.DivClassName
{
background-color: #6E4C3E;
}
.BgClassName
{
background-color: #6E4C3E;
}
</style>
border-color css
<style>
span { border-color: #6E4C3E; }
span { border-color: rgb(110,76,62); }
td.TdClassName
{
border-color: #6E4C3E;
}
.TagClassName
{
border-color: #6E4C3E;
}
</style>