Shades of Spice #6B5147
Tints of Spice #6B5147
RGB
CMYK
RGB Variations
Color information
#6B5147 (or 0x6B5147) is known color: Spice. HEX triplet: 6B, 51 and 47. RGB value is (107,81,71). Sum of RGB (Red+Green+Blue) = 107+81+71=259 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.31% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 71 (28.12% from 255 or 27.41% from 259); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5147 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5147 is #94AEB8. Grayscale: #575757. Windows color (decimal): -9744057 or 4673899. OLE color: 4673899.
HSL color Cylindrical-coordinate representation of color #6B5147: hue angle of 16.67º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6B5147 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 81 | 71 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.58 |
| HSL | 16.67º | 0.2% | 0.35% | - |
| HSV(B) | 16.67º | 0.34% | 0.42% | - |
| XYZ | 10.14 | 9.47 | 7.25 | - |
| YUV | 87.63 | 118.61 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 81 | 71 | 0 | 0.24 | 0.34 | 0.58 | 16.67 | 0.2 | 0.35 |
| Hex | 6B | 51 | 47 | 0 | 18 | 22 | 3A | 11 | 14 | 23 |
| Octal | 153 | 121 | 107 | 0 | 30 | 42 | 72 | 21 | 24 | 43 |
| Binary | 1101011 | 1010001 | 1000111 | 0 | 11000 | 100010 | 111010 | 10001 | 10100 | 100011 |
Color Harmonies of #6B5147
Complementary color
Monochromatic Colors of #6B5147
Black with #6B5147
Text Example
Text Example
White with #6B5147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5147; }
p { color: rgb(107,81,71); }
H1.HeaderClassName
{
color: #6B5147;
}
.AnyTagClassName
{
color: #6B5147;
}
</style>
background-color css
<style>
a { background-color: #6B5147; }
a { background-color: rgb(107,81,71); }
div.DivClassName
{
background-color: #6B5147;
}
.BgClassName
{
background-color: #6B5147;
}
</style>
border-color css
<style>
span { border-color: #6B5147; }
span { border-color: rgb(107,81,71); }
td.TdClassName
{
border-color: #6B5147;
}
.TagClassName
{
border-color: #6B5147;
}
</style>