Shades of Spice #6C503D
Tints of Spice #6C503D
RGB
CMYK
RGB Variations
Color information
#6C503D (or 0x6C503D) is known color: Spice. HEX triplet: 6C, 50 and 3D. RGB value is (108,80,61). Sum of RGB (Red+Green+Blue) = 108+80+61=249 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.37% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 108 - color contains mainly: red. Hex color #6C503D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C503D is #93AFC2. Grayscale: #565656. Windows color (decimal): -9678787 or 4018284. OLE color: 4018284.
HSL color Cylindrical-coordinate representation of color #6C503D: hue angle of 24.26º 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 #6C503D is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 80 | 61 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.58 |
| HSL | 24.26º | 0.28% | 0.33% | - |
| HSV(B) | 24.26º | 0.44% | 0.42% | - |
| XYZ | 9.9 | 9.26 | 5.68 | - |
| YUV | 86.21 | 113.78 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 80 | 61 | 0 | 0.26 | 0.44 | 0.58 | 24.26 | 0.28 | 0.33 |
| Hex | 6C | 50 | 3D | 0 | 1A | 2C | 3A | 18 | 1C | 21 |
| Octal | 154 | 120 | 75 | 0 | 32 | 54 | 72 | 30 | 34 | 41 |
| Binary | 1101100 | 1010000 | 111101 | 0 | 11010 | 101100 | 111010 | 11000 | 11100 | 100001 |
Color Harmonies of #6C503D
Complementary color
Monochromatic Colors of #6C503D
Black with #6C503D
Text Example
Text Example
White with #6C503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C503D; }
p { color: rgb(108,80,61); }
H1.HeaderClassName
{
color: #6C503D;
}
.AnyTagClassName
{
color: #6C503D;
}
</style>
background-color css
<style>
a { background-color: #6C503D; }
a { background-color: rgb(108,80,61); }
div.DivClassName
{
background-color: #6C503D;
}
.BgClassName
{
background-color: #6C503D;
}
</style>
border-color css
<style>
span { border-color: #6C503D; }
span { border-color: rgb(108,80,61); }
td.TdClassName
{
border-color: #6C503D;
}
.TagClassName
{
border-color: #6C503D;
}
</style>