Shades of Spice #6F483B
Tints of Spice #6F483B
RGB
CMYK
RGB Variations
Color information
#6F483B (or 0x6F483B) is known color: Spice. HEX triplet: 6F, 48 and 3B. RGB value is (111,72,59). Sum of RGB (Red+Green+Blue) = 111+72+59=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 111 - color contains mainly: red. Hex color #6F483B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F483B is #90B7C4. Grayscale: #525252. Windows color (decimal): -9484229 or 3885167. OLE color: 3885167.
HSL color Cylindrical-coordinate representation of color #6F483B: hue angle of 15º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F483B is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 72 | 59 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.56 |
| HSL | 15º | 0.31% | 0.33% | - |
| HSV(B) | 15º | 0.47% | 0.44% | - |
| XYZ | 9.66 | 8.33 | 5.24 | - |
| YUV | 82.18 | 114.92 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 72 | 59 | 0 | 0.35 | 0.47 | 0.56 | 15 | 0.31 | 0.33 |
| Hex | 6F | 48 | 3B | 0 | 23 | 2F | 38 | F | 1F | 21 |
| Octal | 157 | 110 | 73 | 0 | 43 | 57 | 70 | 17 | 37 | 41 |
| Binary | 1101111 | 1001000 | 111011 | 0 | 100011 | 101111 | 111000 | 1111 | 11111 | 100001 |
Color Harmonies of #6F483B
Complementary color
Monochromatic Colors of #6F483B
Black with #6F483B
Text Example
Text Example
White with #6F483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F483B; }
p { color: rgb(111,72,59); }
H1.HeaderClassName
{
color: #6F483B;
}
.AnyTagClassName
{
color: #6F483B;
}
</style>
background-color css
<style>
a { background-color: #6F483B; }
a { background-color: rgb(111,72,59); }
div.DivClassName
{
background-color: #6F483B;
}
.BgClassName
{
background-color: #6F483B;
}
</style>
border-color css
<style>
span { border-color: #6F483B; }
span { border-color: rgb(111,72,59); }
td.TdClassName
{
border-color: #6F483B;
}
.TagClassName
{
border-color: #6F483B;
}
</style>