Shades of Spice #6A4E42
Tints of Spice #6A4E42
RGB
CMYK
RGB Variations
Color information
#6A4E42 (or 0x6A4E42) is known color: Spice. HEX triplet: 6A, 4E and 42. RGB value is (106,78,66). Sum of RGB (Red+Green+Blue) = 106+78+66=250 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.4% from 250); Green value is 78 (30.86% from 255 or 31.2% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A4E42 is #95B1BD. Grayscale: #555555. Windows color (decimal): -9810366 or 4345450. OLE color: 4345450.
HSL color Cylindrical-coordinate representation of color #6A4E42: hue angle of 18º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6A4E42 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 78 | 66 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.58 |
| HSL | 18º | 0.23% | 0.34% | - |
| HSV(B) | 18º | 0.38% | 0.42% | - |
| XYZ | 9.65 | 8.91 | 6.36 | - |
| YUV | 85 | 117.28 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 78 | 66 | 0 | 0.26 | 0.38 | 0.58 | 18 | 0.23 | 0.34 |
| Hex | 6A | 4E | 42 | 0 | 1A | 26 | 3A | 12 | 17 | 22 |
| Octal | 152 | 116 | 102 | 0 | 32 | 46 | 72 | 22 | 27 | 42 |
| Binary | 1101010 | 1001110 | 1000010 | 0 | 11010 | 100110 | 111010 | 10010 | 10111 | 100010 |
Color Harmonies of #6A4E42
Complementary color
Monochromatic Colors of #6A4E42
Black with #6A4E42
Text Example
Text Example
White with #6A4E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4E42; }
p { color: rgb(106,78,66); }
H1.HeaderClassName
{
color: #6A4E42;
}
.AnyTagClassName
{
color: #6A4E42;
}
</style>
background-color css
<style>
a { background-color: #6A4E42; }
a { background-color: rgb(106,78,66); }
div.DivClassName
{
background-color: #6A4E42;
}
.BgClassName
{
background-color: #6A4E42;
}
</style>
border-color css
<style>
span { border-color: #6A4E42; }
span { border-color: rgb(106,78,66); }
td.TdClassName
{
border-color: #6A4E42;
}
.TagClassName
{
border-color: #6A4E42;
}
</style>