Shades of Spice #6F4A3E
Tints of Spice #6F4A3E
RGB
CMYK
RGB Variations
Color information
#6F4A3E (or 0x6F4A3E) is known color: Spice. HEX triplet: 6F, 4A and 3E. RGB value is (111,74,62). Sum of RGB (Red+Green+Blue) = 111+74+62=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4A3E is #90B5C1. Grayscale: #535353. Windows color (decimal): -9483714 or 4082287. OLE color: 4082287.
HSL color Cylindrical-coordinate representation of color #6F4A3E: hue angle of 14.69º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F4A3E is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 74 | 62 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.56 |
| HSL | 14.69º | 0.28% | 0.34% | - |
| HSV(B) | 14.69º | 0.44% | 0.44% | - |
| XYZ | 9.87 | 8.62 | 5.7 | - |
| YUV | 83.7 | 115.76 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 74 | 62 | 0 | 0.33 | 0.44 | 0.56 | 14.69 | 0.28 | 0.34 |
| Hex | 6F | 4A | 3E | 0 | 21 | 2C | 38 | F | 1C | 22 |
| Octal | 157 | 112 | 76 | 0 | 41 | 54 | 70 | 17 | 34 | 42 |
| Binary | 1101111 | 1001010 | 111110 | 0 | 100001 | 101100 | 111000 | 1111 | 11100 | 100010 |
Color Harmonies of #6F4A3E
Complementary color
Monochromatic Colors of #6F4A3E
Black with #6F4A3E
Text Example
Text Example
White with #6F4A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4A3E; }
p { color: rgb(111,74,62); }
H1.HeaderClassName
{
color: #6F4A3E;
}
.AnyTagClassName
{
color: #6F4A3E;
}
</style>
background-color css
<style>
a { background-color: #6F4A3E; }
a { background-color: rgb(111,74,62); }
div.DivClassName
{
background-color: #6F4A3E;
}
.BgClassName
{
background-color: #6F4A3E;
}
</style>
border-color css
<style>
span { border-color: #6F4A3E; }
span { border-color: rgb(111,74,62); }
td.TdClassName
{
border-color: #6F4A3E;
}
.TagClassName
{
border-color: #6F4A3E;
}
</style>