Shades of Spice #6B4A3C
Tints of Spice #6B4A3C
RGB
CMYK
RGB Variations
Color information
#6B4A3C (or 0x6B4A3C) is known color: Spice. HEX triplet: 6B, 4A and 3C. RGB value is (107,74,60). Sum of RGB (Red+Green+Blue) = 107+74+60=241 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.40% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4A3C is #94B5C3. Grayscale: #525252. Windows color (decimal): -9745860 or 3951211. OLE color: 3951211.
HSL color Cylindrical-coordinate representation of color #6B4A3C: hue angle of 17.87º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B4A3C is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 74 | 60 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.58 |
| HSL | 17.87º | 0.28% | 0.33% | - |
| HSV(B) | 17.87º | 0.44% | 0.42% | - |
| XYZ | 9.33 | 8.35 | 5.39 | - |
| YUV | 82.27 | 115.43 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 74 | 60 | 0 | 0.31 | 0.44 | 0.58 | 17.87 | 0.28 | 0.33 |
| Hex | 6B | 4A | 3C | 0 | 1F | 2C | 3A | 12 | 1C | 21 |
| Octal | 153 | 112 | 74 | 0 | 37 | 54 | 72 | 22 | 34 | 41 |
| Binary | 1101011 | 1001010 | 111100 | 0 | 11111 | 101100 | 111010 | 10010 | 11100 | 100001 |
Color Harmonies of #6B4A3C
Complementary color
Monochromatic Colors of #6B4A3C
Black with #6B4A3C
Text Example
Text Example
White with #6B4A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4A3C; }
p { color: rgb(107,74,60); }
H1.HeaderClassName
{
color: #6B4A3C;
}
.AnyTagClassName
{
color: #6B4A3C;
}
</style>
background-color css
<style>
a { background-color: #6B4A3C; }
a { background-color: rgb(107,74,60); }
div.DivClassName
{
background-color: #6B4A3C;
}
.BgClassName
{
background-color: #6B4A3C;
}
</style>
border-color css
<style>
span { border-color: #6B4A3C; }
span { border-color: rgb(107,74,60); }
td.TdClassName
{
border-color: #6B4A3C;
}
.TagClassName
{
border-color: #6B4A3C;
}
</style>