Shades of Spice #6F5247
Tints of Spice #6F5247
RGB
CMYK
RGB Variations
Color information
#6F5247 (or 0x6F5247) is known color: Spice. HEX triplet: 6F, 52 and 47. RGB value is (111,82,71). Sum of RGB (Red+Green+Blue) = 111+82+71=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 71 (28.12% from 255 or 26.89% from 264); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5247 is #90ADB8. Grayscale: #595959. Windows color (decimal): -9481657 or 4674159. OLE color: 4674159.
HSL color Cylindrical-coordinate representation of color #6F5247: hue angle of 16.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F5247 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 82 | 71 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.56 |
| HSL | 16.5º | 0.22% | 0.36% | - |
| HSV(B) | 16.5º | 0.36% | 0.44% | - |
| XYZ | 10.71 | 9.87 | 7.3 | - |
| YUV | 89.42 | 117.61 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 82 | 71 | 0 | 0.26 | 0.36 | 0.56 | 16.5 | 0.22 | 0.36 |
| Hex | 6F | 52 | 47 | 0 | 1A | 24 | 38 | 10 | 16 | 24 |
| Octal | 157 | 122 | 107 | 0 | 32 | 44 | 70 | 20 | 26 | 44 |
| Binary | 1101111 | 1010010 | 1000111 | 0 | 11010 | 100100 | 111000 | 10000 | 10110 | 100100 |
Color Harmonies of #6F5247
Complementary color
Monochromatic Colors of #6F5247
Black with #6F5247
Text Example
Text Example
White with #6F5247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5247; }
p { color: rgb(111,82,71); }
H1.HeaderClassName
{
color: #6F5247;
}
.AnyTagClassName
{
color: #6F5247;
}
</style>
background-color css
<style>
a { background-color: #6F5247; }
a { background-color: rgb(111,82,71); }
div.DivClassName
{
background-color: #6F5247;
}
.BgClassName
{
background-color: #6F5247;
}
</style>
border-color css
<style>
span { border-color: #6F5247; }
span { border-color: rgb(111,82,71); }
td.TdClassName
{
border-color: #6F5247;
}
.TagClassName
{
border-color: #6F5247;
}
</style>