Shades of Spice #6F4B3E
Tints of Spice #6F4B3E
RGB
CMYK
RGB Variations
Color information
#6F4B3E (or 0x6F4B3E) is known color: Spice. HEX triplet: 6F, 4B and 3E. RGB value is (111,75,62). Sum of RGB (Red+Green+Blue) = 111+75+62=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 62 (24.61% from 255 or 25% from 248); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4B3E is #90B4C1. Grayscale: #545454. Windows color (decimal): -9483458 or 4082543. OLE color: 4082543.
HSL color Cylindrical-coordinate representation of color #6F4B3E: hue angle of 15.92º 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 #6F4B3E is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 75 | 62 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.56 |
| HSL | 15.92º | 0.28% | 0.34% | - |
| HSV(B) | 15.92º | 0.44% | 0.44% | - |
| XYZ | 9.94 | 8.76 | 5.72 | - |
| YUV | 84.28 | 115.43 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 75 | 62 | 0 | 0.32 | 0.44 | 0.56 | 15.92 | 0.28 | 0.34 |
| Hex | 6F | 4B | 3E | 0 | 20 | 2C | 38 | 10 | 1C | 22 |
| Octal | 157 | 113 | 76 | 0 | 40 | 54 | 70 | 20 | 34 | 42 |
| Binary | 1101111 | 1001011 | 111110 | 0 | 100000 | 101100 | 111000 | 10000 | 11100 | 100010 |
Color Harmonies of #6F4B3E
Complementary color
Monochromatic Colors of #6F4B3E
Black with #6F4B3E
Text Example
Text Example
White with #6F4B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4B3E; }
p { color: rgb(111,75,62); }
H1.HeaderClassName
{
color: #6F4B3E;
}
.AnyTagClassName
{
color: #6F4B3E;
}
</style>
background-color css
<style>
a { background-color: #6F4B3E; }
a { background-color: rgb(111,75,62); }
div.DivClassName
{
background-color: #6F4B3E;
}
.BgClassName
{
background-color: #6F4B3E;
}
</style>
border-color css
<style>
span { border-color: #6F4B3E; }
span { border-color: rgb(111,75,62); }
td.TdClassName
{
border-color: #6F4B3E;
}
.TagClassName
{
border-color: #6F4B3E;
}
</style>