Shades of Spice #6B473A
Tints of Spice #6B473A
RGB
CMYK
RGB Variations
Color information
#6B473A (or 0x6B473A) is known color: Spice. HEX triplet: 6B, 47 and 3A. RGB value is (107,71,58). Sum of RGB (Red+Green+Blue) = 107+71+58=236 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.34% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 107 - color contains mainly: red. Hex color #6B473A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B473A is #94B8C5. Grayscale: #505050. Windows color (decimal): -9746630 or 3819371. OLE color: 3819371.
HSL color Cylindrical-coordinate representation of color #6B473A: hue angle of 15.92º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6B473A is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 71 | 58 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.58 |
| HSL | 15.92º | 0.3% | 0.32% | - |
| HSV(B) | 15.92º | 0.46% | 0.42% | - |
| XYZ | 9.08 | 7.94 | 5.06 | - |
| YUV | 80.28 | 115.43 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 71 | 58 | 0 | 0.34 | 0.46 | 0.58 | 15.92 | 0.3 | 0.32 |
| Hex | 6B | 47 | 3A | 0 | 22 | 2E | 3A | 10 | 1E | 20 |
| Octal | 153 | 107 | 72 | 0 | 42 | 56 | 72 | 20 | 36 | 40 |
| Binary | 1101011 | 1000111 | 111010 | 0 | 100010 | 101110 | 111010 | 10000 | 11110 | 100000 |
Color Harmonies of #6B473A
Complementary color
Monochromatic Colors of #6B473A
Black with #6B473A
Text Example
Text Example
White with #6B473A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B473A; }
p { color: rgb(107,71,58); }
H1.HeaderClassName
{
color: #6B473A;
}
.AnyTagClassName
{
color: #6B473A;
}
</style>
background-color css
<style>
a { background-color: #6B473A; }
a { background-color: rgb(107,71,58); }
div.DivClassName
{
background-color: #6B473A;
}
.BgClassName
{
background-color: #6B473A;
}
</style>
border-color css
<style>
span { border-color: #6B473A; }
span { border-color: rgb(107,71,58); }
td.TdClassName
{
border-color: #6B473A;
}
.TagClassName
{
border-color: #6B473A;
}
</style>