Shades of Spice #6F5040
Tints of Spice #6F5040
RGB
CMYK
RGB Variations
Color information
#6F5040 (or 0x6F5040) is known color: Spice. HEX triplet: 6F, 50 and 40. RGB value is (111,80,64). Sum of RGB (Red+Green+Blue) = 111+80+64=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 64 (25.39% from 255 or 25.10% from 255); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5040 is #90AFBF. Grayscale: #575757. Windows color (decimal): -9482176 or 4214895. OLE color: 4214895.
HSL color Cylindrical-coordinate representation of color #6F5040: hue angle of 20.43º 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 #6F5040 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 80 | 64 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.56 |
| HSL | 20.43º | 0.27% | 0.34% | - |
| HSV(B) | 20.43º | 0.42% | 0.44% | - |
| XYZ | 10.35 | 9.49 | 6.14 | - |
| YUV | 87.45 | 114.77 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 80 | 64 | 0 | 0.28 | 0.42 | 0.56 | 20.43 | 0.27 | 0.34 |
| Hex | 6F | 50 | 40 | 0 | 1C | 2A | 38 | 14 | 1B | 22 |
| Octal | 157 | 120 | 100 | 0 | 34 | 52 | 70 | 24 | 33 | 42 |
| Binary | 1101111 | 1010000 | 1000000 | 0 | 11100 | 101010 | 111000 | 10100 | 11011 | 100010 |
Color Harmonies of #6F5040
Complementary color
Monochromatic Colors of #6F5040
Black with #6F5040
Text Example
Text Example
White with #6F5040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5040; }
p { color: rgb(111,80,64); }
H1.HeaderClassName
{
color: #6F5040;
}
.AnyTagClassName
{
color: #6F5040;
}
</style>
background-color css
<style>
a { background-color: #6F5040; }
a { background-color: rgb(111,80,64); }
div.DivClassName
{
background-color: #6F5040;
}
.BgClassName
{
background-color: #6F5040;
}
</style>
border-color css
<style>
span { border-color: #6F5040; }
span { border-color: rgb(111,80,64); }
td.TdClassName
{
border-color: #6F5040;
}
.TagClassName
{
border-color: #6F5040;
}
</style>