Shades of Spice #6E4B39
Tints of Spice #6E4B39
RGB
CMYK
RGB Variations
Color information
#6E4B39 (or 0x6E4B39) is known color: Spice. HEX triplet: 6E, 4B and 39. RGB value is (110,75,57). Sum of RGB (Red+Green+Blue) = 110+75+57=242 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.45% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4B39 is #91B4C6. Grayscale: #535353. Windows color (decimal): -9548999 or 3754862. OLE color: 3754862.
HSL color Cylindrical-coordinate representation of color #6E4B39: hue angle of 20.38º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E4B39 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 75 | 57 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.57 |
| HSL | 20.38º | 0.32% | 0.33% | - |
| HSV(B) | 20.38º | 0.48% | 0.43% | - |
| XYZ | 9.69 | 8.64 | 5.03 | - |
| YUV | 83.41 | 113.1 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 75 | 57 | 0 | 0.32 | 0.48 | 0.57 | 20.38 | 0.32 | 0.33 |
| Hex | 6E | 4B | 39 | 0 | 20 | 30 | 39 | 14 | 20 | 21 |
| Octal | 156 | 113 | 71 | 0 | 40 | 60 | 71 | 24 | 40 | 41 |
| Binary | 1101110 | 1001011 | 111001 | 0 | 100000 | 110000 | 111001 | 10100 | 100000 | 100001 |
Color Harmonies of #6E4B39
Complementary color
Monochromatic Colors of #6E4B39
Black with #6E4B39
Text Example
Text Example
White with #6E4B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4B39; }
p { color: rgb(110,75,57); }
H1.HeaderClassName
{
color: #6E4B39;
}
.AnyTagClassName
{
color: #6E4B39;
}
</style>
background-color css
<style>
a { background-color: #6E4B39; }
a { background-color: rgb(110,75,57); }
div.DivClassName
{
background-color: #6E4B39;
}
.BgClassName
{
background-color: #6E4B39;
}
</style>
border-color css
<style>
span { border-color: #6E4B39; }
span { border-color: rgb(110,75,57); }
td.TdClassName
{
border-color: #6E4B39;
}
.TagClassName
{
border-color: #6E4B39;
}
</style>