Shades of Spice #6F4D3C
Tints of Spice #6F4D3C
RGB
CMYK
RGB Variations
Color information
#6F4D3C (or 0x6F4D3C) is known color: Spice. HEX triplet: 6F, 4D and 3C. RGB value is (111,77,60). Sum of RGB (Red+Green+Blue) = 111+77+60=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F4D3C is #90B2C3. Grayscale: #555555. Windows color (decimal): -9482948 or 3951983. OLE color: 3951983.
HSL color Cylindrical-coordinate representation of color #6F4D3C: hue angle of 20º 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 #6F4D3C is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 77 | 60 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.56 |
| HSL | 20º | 0.3% | 0.34% | - |
| HSV(B) | 20º | 0.46% | 0.44% | - |
| XYZ | 10.03 | 9.01 | 5.49 | - |
| YUV | 85.23 | 113.76 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 77 | 60 | 0 | 0.31 | 0.46 | 0.56 | 20 | 0.3 | 0.34 |
| Hex | 6F | 4D | 3C | 0 | 1F | 2E | 38 | 14 | 1E | 22 |
| Octal | 157 | 115 | 74 | 0 | 37 | 56 | 70 | 24 | 36 | 42 |
| Binary | 1101111 | 1001101 | 111100 | 0 | 11111 | 101110 | 111000 | 10100 | 11110 | 100010 |
Color Harmonies of #6F4D3C
Complementary color
Monochromatic Colors of #6F4D3C
Black with #6F4D3C
Text Example
Text Example
White with #6F4D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4D3C; }
p { color: rgb(111,77,60); }
H1.HeaderClassName
{
color: #6F4D3C;
}
.AnyTagClassName
{
color: #6F4D3C;
}
</style>
background-color css
<style>
a { background-color: #6F4D3C; }
a { background-color: rgb(111,77,60); }
div.DivClassName
{
background-color: #6F4D3C;
}
.BgClassName
{
background-color: #6F4D3C;
}
</style>
border-color css
<style>
span { border-color: #6F4D3C; }
span { border-color: rgb(111,77,60); }
td.TdClassName
{
border-color: #6F4D3C;
}
.TagClassName
{
border-color: #6F4D3C;
}
</style>