Shades of Spice #6F5240
Tints of Spice #6F5240
RGB
CMYK
RGB Variations
Color information
#6F5240 (or 0x6F5240) is known color: Spice. HEX triplet: 6F, 52 and 40. RGB value is (111,82,64). Sum of RGB (Red+Green+Blue) = 111+82+64=257 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.19% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5240 is #90ADBF. Grayscale: #585858. Windows color (decimal): -9481664 or 4215407. OLE color: 4215407.
HSL color Cylindrical-coordinate representation of color #6F5240: hue angle of 22.98º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F5240 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 82 | 64 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.56 |
| HSL | 22.98º | 0.27% | 0.34% | - |
| HSV(B) | 22.98º | 0.42% | 0.44% | - |
| XYZ | 10.5 | 9.78 | 6.19 | - |
| YUV | 88.62 | 114.11 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 82 | 64 | 0 | 0.26 | 0.42 | 0.56 | 22.98 | 0.27 | 0.34 |
| Hex | 6F | 52 | 40 | 0 | 1A | 2A | 38 | 17 | 1B | 22 |
| Octal | 157 | 122 | 100 | 0 | 32 | 52 | 70 | 27 | 33 | 42 |
| Binary | 1101111 | 1010010 | 1000000 | 0 | 11010 | 101010 | 111000 | 10111 | 11011 | 100010 |
Color Harmonies of #6F5240
Complementary color
Monochromatic Colors of #6F5240
Black with #6F5240
Text Example
Text Example
White with #6F5240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5240; }
p { color: rgb(111,82,64); }
H1.HeaderClassName
{
color: #6F5240;
}
.AnyTagClassName
{
color: #6F5240;
}
</style>
background-color css
<style>
a { background-color: #6F5240; }
a { background-color: rgb(111,82,64); }
div.DivClassName
{
background-color: #6F5240;
}
.BgClassName
{
background-color: #6F5240;
}
</style>
border-color css
<style>
span { border-color: #6F5240; }
span { border-color: rgb(111,82,64); }
td.TdClassName
{
border-color: #6F5240;
}
.TagClassName
{
border-color: #6F5240;
}
</style>