Shades of Spice #6F503F
Tints of Spice #6F503F
RGB
CMYK
RGB Variations
Color information
#6F503F (or 0x6F503F) is known color: Spice. HEX triplet: 6F, 50 and 3F. RGB value is (111,80,63). Sum of RGB (Red+Green+Blue) = 111+80+63=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 111 - color contains mainly: red. Hex color #6F503F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F503F is #90AFC0. Grayscale: #575757. Windows color (decimal): -9482177 or 4149359. OLE color: 4149359.
HSL color Cylindrical-coordinate representation of color #6F503F: hue angle of 21.25º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F503F is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 80 | 63 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.56 |
| HSL | 21.25º | 0.28% | 0.34% | - |
| HSV(B) | 21.25º | 0.43% | 0.44% | - |
| XYZ | 10.32 | 9.48 | 5.99 | - |
| YUV | 87.33 | 114.27 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 80 | 63 | 0 | 0.28 | 0.43 | 0.56 | 21.25 | 0.28 | 0.34 |
| Hex | 6F | 50 | 3F | 0 | 1C | 2B | 38 | 15 | 1C | 22 |
| Octal | 157 | 120 | 77 | 0 | 34 | 53 | 70 | 25 | 34 | 42 |
| Binary | 1101111 | 1010000 | 111111 | 0 | 11100 | 101011 | 111000 | 10101 | 11100 | 100010 |
Color Harmonies of #6F503F
Complementary color
Monochromatic Colors of #6F503F
Black with #6F503F
Text Example
Text Example
White with #6F503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F503F; }
p { color: rgb(111,80,63); }
H1.HeaderClassName
{
color: #6F503F;
}
.AnyTagClassName
{
color: #6F503F;
}
</style>
background-color css
<style>
a { background-color: #6F503F; }
a { background-color: rgb(111,80,63); }
div.DivClassName
{
background-color: #6F503F;
}
.BgClassName
{
background-color: #6F503F;
}
</style>
border-color css
<style>
span { border-color: #6F503F; }
span { border-color: rgb(111,80,63); }
td.TdClassName
{
border-color: #6F503F;
}
.TagClassName
{
border-color: #6F503F;
}
</style>