Shades of Spice #6F493B
Tints of Spice #6F493B
RGB
CMYK
RGB Variations
Color information
#6F493B (or 0x6F493B) is known color: Spice. HEX triplet: 6F, 49 and 3B. RGB value is (111,73,59). Sum of RGB (Red+Green+Blue) = 111+73+59=243 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.68% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 111 - color contains mainly: red. Hex color #6F493B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F493B is #90B6C4. Grayscale: #525252. Windows color (decimal): -9483973 or 3885423. OLE color: 3885423.
HSL color Cylindrical-coordinate representation of color #6F493B: hue angle of 16.15º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F493B is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 73 | 59 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.56 |
| HSL | 16.15º | 0.31% | 0.33% | - |
| HSV(B) | 16.15º | 0.47% | 0.44% | - |
| XYZ | 9.73 | 8.46 | 5.26 | - |
| YUV | 82.77 | 114.59 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 73 | 59 | 0 | 0.34 | 0.47 | 0.56 | 16.15 | 0.31 | 0.33 |
| Hex | 6F | 49 | 3B | 0 | 22 | 2F | 38 | 10 | 1F | 21 |
| Octal | 157 | 111 | 73 | 0 | 42 | 57 | 70 | 20 | 37 | 41 |
| Binary | 1101111 | 1001001 | 111011 | 0 | 100010 | 101111 | 111000 | 10000 | 11111 | 100001 |
Color Harmonies of #6F493B
Complementary color
Monochromatic Colors of #6F493B
Black with #6F493B
Text Example
Text Example
White with #6F493B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F493B; }
p { color: rgb(111,73,59); }
H1.HeaderClassName
{
color: #6F493B;
}
.AnyTagClassName
{
color: #6F493B;
}
</style>
background-color css
<style>
a { background-color: #6F493B; }
a { background-color: rgb(111,73,59); }
div.DivClassName
{
background-color: #6F493B;
}
.BgClassName
{
background-color: #6F493B;
}
</style>
border-color css
<style>
span { border-color: #6F493B; }
span { border-color: rgb(111,73,59); }
td.TdClassName
{
border-color: #6F493B;
}
.TagClassName
{
border-color: #6F493B;
}
</style>