Shades of Spice #6F493C
Tints of Spice #6F493C
RGB
CMYK
RGB Variations
Color information
#6F493C (or 0x6F493C) is known color: Spice. HEX triplet: 6F, 49 and 3C. RGB value is (111,73,60). Sum of RGB (Red+Green+Blue) = 111+73+60=244 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.49% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 111 - color contains mainly: red. Hex color #6F493C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F493C is #90B6C3. Grayscale: #525252. Windows color (decimal): -9483972 or 3950959. OLE color: 3950959.
HSL color Cylindrical-coordinate representation of color #6F493C: hue angle of 15.29º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F493C is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 73 | 60 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.56 |
| HSL | 15.29º | 0.3% | 0.34% | - |
| HSV(B) | 15.29º | 0.46% | 0.44% | - |
| XYZ | 9.75 | 8.47 | 5.4 | - |
| YUV | 82.88 | 115.09 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 73 | 60 | 0 | 0.34 | 0.46 | 0.56 | 15.29 | 0.3 | 0.34 |
| Hex | 6F | 49 | 3C | 0 | 22 | 2E | 38 | F | 1E | 22 |
| Octal | 157 | 111 | 74 | 0 | 42 | 56 | 70 | 17 | 36 | 42 |
| Binary | 1101111 | 1001001 | 111100 | 0 | 100010 | 101110 | 111000 | 1111 | 11110 | 100010 |
Color Harmonies of #6F493C
Complementary color
Monochromatic Colors of #6F493C
Black with #6F493C
Text Example
Text Example
White with #6F493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F493C; }
p { color: rgb(111,73,60); }
H1.HeaderClassName
{
color: #6F493C;
}
.AnyTagClassName
{
color: #6F493C;
}
</style>
background-color css
<style>
a { background-color: #6F493C; }
a { background-color: rgb(111,73,60); }
div.DivClassName
{
background-color: #6F493C;
}
.BgClassName
{
background-color: #6F493C;
}
</style>
border-color css
<style>
span { border-color: #6F493C; }
span { border-color: rgb(111,73,60); }
td.TdClassName
{
border-color: #6F493C;
}
.TagClassName
{
border-color: #6F493C;
}
</style>