Shades of Spice #6F493D
Tints of Spice #6F493D
RGB
CMYK
RGB Variations
Color information
#6F493D (or 0x6F493D) is known color: Spice. HEX triplet: 6F, 49 and 3D. RGB value is (111,73,61). Sum of RGB (Red+Green+Blue) = 111+73+61=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F493D is #90B6C2. Grayscale: #535353. Windows color (decimal): -9483971 or 4016495. OLE color: 4016495.
HSL color Cylindrical-coordinate representation of color #6F493D: hue angle of 14.4º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F493D is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 73 | 61 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.56 |
| HSL | 14.4º | 0.29% | 0.34% | - |
| HSV(B) | 14.4º | 0.45% | 0.44% | - |
| XYZ | 9.78 | 8.48 | 5.54 | - |
| YUV | 82.99 | 115.59 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 73 | 61 | 0 | 0.34 | 0.45 | 0.56 | 14.4 | 0.29 | 0.34 |
| Hex | 6F | 49 | 3D | 0 | 22 | 2D | 38 | E | 1D | 22 |
| Octal | 157 | 111 | 75 | 0 | 42 | 55 | 70 | 16 | 35 | 42 |
| Binary | 1101111 | 1001001 | 111101 | 0 | 100010 | 101101 | 111000 | 1110 | 11101 | 100010 |
Color Harmonies of #6F493D
Complementary color
Monochromatic Colors of #6F493D
Black with #6F493D
Text Example
Text Example
White with #6F493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F493D; }
p { color: rgb(111,73,61); }
H1.HeaderClassName
{
color: #6F493D;
}
.AnyTagClassName
{
color: #6F493D;
}
</style>
background-color css
<style>
a { background-color: #6F493D; }
a { background-color: rgb(111,73,61); }
div.DivClassName
{
background-color: #6F493D;
}
.BgClassName
{
background-color: #6F493D;
}
</style>
border-color css
<style>
span { border-color: #6F493D; }
span { border-color: rgb(111,73,61); }
td.TdClassName
{
border-color: #6F493D;
}
.TagClassName
{
border-color: #6F493D;
}
</style>