Shades of Spice #6F483A
Tints of Spice #6F483A
RGB
CMYK
RGB Variations
Color information
#6F483A (or 0x6F483A) is known color: Spice. HEX triplet: 6F, 48 and 3A. RGB value is (111,72,58). Sum of RGB (Red+Green+Blue) = 111+72+58=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F483A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F483A is #90B7C5. Grayscale: #525252. Windows color (decimal): -9484230 or 3819631. OLE color: 3819631.
HSL color Cylindrical-coordinate representation of color #6F483A: hue angle of 15.85º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F483A is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 72 | 58 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.56 |
| HSL | 15.85º | 0.31% | 0.33% | - |
| HSV(B) | 15.85º | 0.48% | 0.44% | - |
| XYZ | 9.64 | 8.32 | 5.1 | - |
| YUV | 82.07 | 114.42 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 72 | 58 | 0 | 0.35 | 0.48 | 0.56 | 15.85 | 0.31 | 0.33 |
| Hex | 6F | 48 | 3A | 0 | 23 | 30 | 38 | 10 | 1F | 21 |
| Octal | 157 | 110 | 72 | 0 | 43 | 60 | 70 | 20 | 37 | 41 |
| Binary | 1101111 | 1001000 | 111010 | 0 | 100011 | 110000 | 111000 | 10000 | 11111 | 100001 |
Color Harmonies of #6F483A
Complementary color
Monochromatic Colors of #6F483A
Black with #6F483A
Text Example
Text Example
White with #6F483A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F483A; }
p { color: rgb(111,72,58); }
H1.HeaderClassName
{
color: #6F483A;
}
.AnyTagClassName
{
color: #6F483A;
}
</style>
background-color css
<style>
a { background-color: #6F483A; }
a { background-color: rgb(111,72,58); }
div.DivClassName
{
background-color: #6F483A;
}
.BgClassName
{
background-color: #6F483A;
}
</style>
border-color css
<style>
span { border-color: #6F483A; }
span { border-color: rgb(111,72,58); }
td.TdClassName
{
border-color: #6F483A;
}
.TagClassName
{
border-color: #6F483A;
}
</style>