Shades of Spice #6F4E3C
Tints of Spice #6F4E3C
RGB
CMYK
RGB Variations
Color information
#6F4E3C (or 0x6F4E3C) is known color: Spice. HEX triplet: 6F, 4E and 3C. RGB value is (111,78,60). Sum of RGB (Red+Green+Blue) = 111+78+60=249 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.58% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F4E3C is #90B1C3. Grayscale: #555555. Windows color (decimal): -9482692 or 3952239. OLE color: 3952239.
HSL color Cylindrical-coordinate representation of color #6F4E3C: hue angle of 21.18º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F4E3C is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 78 | 60 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.56 |
| HSL | 21.18º | 0.3% | 0.34% | - |
| HSV(B) | 21.18º | 0.46% | 0.44% | - |
| XYZ | 10.1 | 9.15 | 5.51 | - |
| YUV | 85.82 | 113.43 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 78 | 60 | 0 | 0.30 | 0.46 | 0.56 | 21.18 | 0.3 | 0.34 |
| Hex | 6F | 4E | 3C | 0 | 1E | 2E | 38 | 15 | 1E | 22 |
| Octal | 157 | 116 | 74 | 0 | 36 | 56 | 70 | 25 | 36 | 42 |
| Binary | 1101111 | 1001110 | 111100 | 0 | 11110 | 101110 | 111000 | 10101 | 11110 | 100010 |
Color Harmonies of #6F4E3C
Complementary color
Monochromatic Colors of #6F4E3C
Black with #6F4E3C
Text Example
Text Example
White with #6F4E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4E3C; }
p { color: rgb(111,78,60); }
H1.HeaderClassName
{
color: #6F4E3C;
}
.AnyTagClassName
{
color: #6F4E3C;
}
</style>
background-color css
<style>
a { background-color: #6F4E3C; }
a { background-color: rgb(111,78,60); }
div.DivClassName
{
background-color: #6F4E3C;
}
.BgClassName
{
background-color: #6F4E3C;
}
</style>
border-color css
<style>
span { border-color: #6F4E3C; }
span { border-color: rgb(111,78,60); }
td.TdClassName
{
border-color: #6F4E3C;
}
.TagClassName
{
border-color: #6F4E3C;
}
</style>