Shades of Spice #6B493D
Tints of Spice #6B493D
RGB
CMYK
RGB Variations
Color information
#6B493D (or 0x6B493D) is known color: Spice. HEX triplet: 6B, 49 and 3D. RGB value is (107,73,61). Sum of RGB (Red+Green+Blue) = 107+73+61=241 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.40% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 107 - color contains mainly: red. Hex color #6B493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B493D is #94B6C2. Grayscale: #515151. Windows color (decimal): -9746115 or 4016491. OLE color: 4016491.
HSL color Cylindrical-coordinate representation of color #6B493D: hue angle of 15.65º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B493D is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 73 | 61 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.58 |
| HSL | 15.65º | 0.27% | 0.33% | - |
| HSV(B) | 15.65º | 0.43% | 0.42% | - |
| XYZ | 9.29 | 8.23 | 5.51 | - |
| YUV | 81.8 | 116.26 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 73 | 61 | 0 | 0.32 | 0.43 | 0.58 | 15.65 | 0.27 | 0.33 |
| Hex | 6B | 49 | 3D | 0 | 20 | 2B | 3A | 10 | 1B | 21 |
| Octal | 153 | 111 | 75 | 0 | 40 | 53 | 72 | 20 | 33 | 41 |
| Binary | 1101011 | 1001001 | 111101 | 0 | 100000 | 101011 | 111010 | 10000 | 11011 | 100001 |
Color Harmonies of #6B493D
Complementary color
Monochromatic Colors of #6B493D
Black with #6B493D
Text Example
Text Example
White with #6B493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B493D; }
p { color: rgb(107,73,61); }
H1.HeaderClassName
{
color: #6B493D;
}
.AnyTagClassName
{
color: #6B493D;
}
</style>
background-color css
<style>
a { background-color: #6B493D; }
a { background-color: rgb(107,73,61); }
div.DivClassName
{
background-color: #6B493D;
}
.BgClassName
{
background-color: #6B493D;
}
</style>
border-color css
<style>
span { border-color: #6B493D; }
span { border-color: rgb(107,73,61); }
td.TdClassName
{
border-color: #6B493D;
}
.TagClassName
{
border-color: #6B493D;
}
</style>