Shades of Spice #6F493E
Tints of Spice #6F493E
RGB
CMYK
RGB Variations
Color information
#6F493E (or 0x6F493E) is known color: Spice. HEX triplet: 6F, 49 and 3E. RGB value is (111,73,62). Sum of RGB (Red+Green+Blue) = 111+73+62=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 111 - color contains mainly: red. Hex color #6F493E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F493E is #90B6C1. Grayscale: #535353. Windows color (decimal): -9483970 or 4082031. OLE color: 4082031.
HSL color Cylindrical-coordinate representation of color #6F493E: hue angle of 13.47º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F493E is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 73 | 62 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.56 |
| HSL | 13.47º | 0.28% | 0.34% | - |
| HSV(B) | 13.47º | 0.44% | 0.44% | - |
| XYZ | 9.81 | 8.49 | 5.68 | - |
| YUV | 83.11 | 116.09 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 73 | 62 | 0 | 0.34 | 0.44 | 0.56 | 13.47 | 0.28 | 0.34 |
| Hex | 6F | 49 | 3E | 0 | 22 | 2C | 38 | D | 1C | 22 |
| Octal | 157 | 111 | 76 | 0 | 42 | 54 | 70 | 15 | 34 | 42 |
| Binary | 1101111 | 1001001 | 111110 | 0 | 100010 | 101100 | 111000 | 1101 | 11100 | 100010 |
Color Harmonies of #6F493E
Complementary color
Monochromatic Colors of #6F493E
Black with #6F493E
Text Example
Text Example
White with #6F493E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F493E; }
p { color: rgb(111,73,62); }
H1.HeaderClassName
{
color: #6F493E;
}
.AnyTagClassName
{
color: #6F493E;
}
</style>
background-color css
<style>
a { background-color: #6F493E; }
a { background-color: rgb(111,73,62); }
div.DivClassName
{
background-color: #6F493E;
}
.BgClassName
{
background-color: #6F493E;
}
</style>
border-color css
<style>
span { border-color: #6F493E; }
span { border-color: rgb(111,73,62); }
td.TdClassName
{
border-color: #6F493E;
}
.TagClassName
{
border-color: #6F493E;
}
</style>