Shades of Spice #6F5349
Tints of Spice #6F5349
RGB
CMYK
RGB Variations
Color information
#6F5349 (or 0x6F5349) is known color: Spice. HEX triplet: 6F, 53 and 49. RGB value is (111,83,73). Sum of RGB (Red+Green+Blue) = 111+83+73=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5349 is #90ACB6. Grayscale: #5A5A5A. Windows color (decimal): -9481399 or 4805487. OLE color: 4805487.
HSL color Cylindrical-coordinate representation of color #6F5349: hue angle of 15.79º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F5349 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 83 | 73 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.56 |
| HSL | 15.79º | 0.21% | 0.36% | - |
| HSV(B) | 15.79º | 0.34% | 0.44% | - |
| XYZ | 10.85 | 10.05 | 7.67 | - |
| YUV | 90.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 83 | 73 | 0 | 0.25 | 0.34 | 0.56 | 15.79 | 0.21 | 0.36 |
| Hex | 6F | 53 | 49 | 0 | 19 | 22 | 38 | 10 | 15 | 24 |
| Octal | 157 | 123 | 111 | 0 | 31 | 42 | 70 | 20 | 25 | 44 |
| Binary | 1101111 | 1010011 | 1001001 | 0 | 11001 | 100010 | 111000 | 10000 | 10101 | 100100 |
Color Harmonies of #6F5349
Complementary color
Monochromatic Colors of #6F5349
Black with #6F5349
Text Example
Text Example
White with #6F5349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5349; }
p { color: rgb(111,83,73); }
H1.HeaderClassName
{
color: #6F5349;
}
.AnyTagClassName
{
color: #6F5349;
}
</style>
background-color css
<style>
a { background-color: #6F5349; }
a { background-color: rgb(111,83,73); }
div.DivClassName
{
background-color: #6F5349;
}
.BgClassName
{
background-color: #6F5349;
}
</style>
border-color css
<style>
span { border-color: #6F5349; }
span { border-color: rgb(111,83,73); }
td.TdClassName
{
border-color: #6F5349;
}
.TagClassName
{
border-color: #6F5349;
}
</style>