Shades of Spice #6A4F42
Tints of Spice #6A4F42
RGB
CMYK
RGB Variations
Color information
#6A4F42 (or 0x6A4F42) is known color: Spice. HEX triplet: 6A, 4F and 42. RGB value is (106,79,66). Sum of RGB (Red+Green+Blue) = 106+79+66=251 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.23% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A4F42 is #95B0BD. Grayscale: #555555. Windows color (decimal): -9810110 or 4345706. OLE color: 4345706.
HSL color Cylindrical-coordinate representation of color #6A4F42: hue angle of 19.5º 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 #6A4F42 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 79 | 66 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.58 |
| HSL | 19.5º | 0.23% | 0.34% | - |
| HSV(B) | 19.5º | 0.38% | 0.42% | - |
| XYZ | 9.72 | 9.05 | 6.39 | - |
| YUV | 85.59 | 116.95 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 79 | 66 | 0 | 0.25 | 0.38 | 0.58 | 19.5 | 0.23 | 0.34 |
| Hex | 6A | 4F | 42 | 0 | 19 | 26 | 3A | 14 | 17 | 22 |
| Octal | 152 | 117 | 102 | 0 | 31 | 46 | 72 | 24 | 27 | 42 |
| Binary | 1101010 | 1001111 | 1000010 | 0 | 11001 | 100110 | 111010 | 10100 | 10111 | 100010 |
Color Harmonies of #6A4F42
Complementary color
Monochromatic Colors of #6A4F42
Black with #6A4F42
Text Example
Text Example
White with #6A4F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4F42; }
p { color: rgb(106,79,66); }
H1.HeaderClassName
{
color: #6A4F42;
}
.AnyTagClassName
{
color: #6A4F42;
}
</style>
background-color css
<style>
a { background-color: #6A4F42; }
a { background-color: rgb(106,79,66); }
div.DivClassName
{
background-color: #6A4F42;
}
.BgClassName
{
background-color: #6A4F42;
}
</style>
border-color css
<style>
span { border-color: #6A4F42; }
span { border-color: rgb(106,79,66); }
td.TdClassName
{
border-color: #6A4F42;
}
.TagClassName
{
border-color: #6A4F42;
}
</style>