Shades of Spice #6B4D3A
Tints of Spice #6B4D3A
RGB
CMYK
RGB Variations
Color information
#6B4D3A (or 0x6B4D3A) is known color: Spice. HEX triplet: 6B, 4D and 3A. RGB value is (107,77,58). Sum of RGB (Red+Green+Blue) = 107+77+58=242 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.21% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B4D3A is #94B2C5. Grayscale: #535353. Windows color (decimal): -9745094 or 3820907. OLE color: 3820907.
HSL color Cylindrical-coordinate representation of color #6B4D3A: hue angle of 23.27º 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 #6B4D3A is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 77 | 58 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.58 |
| HSL | 23.27º | 0.3% | 0.32% | - |
| HSV(B) | 23.27º | 0.46% | 0.42% | - |
| XYZ | 9.48 | 8.74 | 5.19 | - |
| YUV | 83.8 | 113.44 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 77 | 58 | 0 | 0.28 | 0.46 | 0.58 | 23.27 | 0.3 | 0.32 |
| Hex | 6B | 4D | 3A | 0 | 1C | 2E | 3A | 17 | 1E | 20 |
| Octal | 153 | 115 | 72 | 0 | 34 | 56 | 72 | 27 | 36 | 40 |
| Binary | 1101011 | 1001101 | 111010 | 0 | 11100 | 101110 | 111010 | 10111 | 11110 | 100000 |
Color Harmonies of #6B4D3A
Complementary color
Monochromatic Colors of #6B4D3A
Black with #6B4D3A
Text Example
Text Example
White with #6B4D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4D3A; }
p { color: rgb(107,77,58); }
H1.HeaderClassName
{
color: #6B4D3A;
}
.AnyTagClassName
{
color: #6B4D3A;
}
</style>
background-color css
<style>
a { background-color: #6B4D3A; }
a { background-color: rgb(107,77,58); }
div.DivClassName
{
background-color: #6B4D3A;
}
.BgClassName
{
background-color: #6B4D3A;
}
</style>
border-color css
<style>
span { border-color: #6B4D3A; }
span { border-color: rgb(107,77,58); }
td.TdClassName
{
border-color: #6B4D3A;
}
.TagClassName
{
border-color: #6B4D3A;
}
</style>