Shades of Spice #6C513D
Tints of Spice #6C513D
RGB
CMYK
RGB Variations
Color information
#6C513D (or 0x6C513D) is known color: Spice. HEX triplet: 6C, 51 and 3D. RGB value is (108,81,61). Sum of RGB (Red+Green+Blue) = 108+81+61=250 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.2% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 108 - color contains mainly: red. Hex color #6C513D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C513D is #93AEC2. Grayscale: #565656. Windows color (decimal): -9678531 or 4018540. OLE color: 4018540.
HSL color Cylindrical-coordinate representation of color #6C513D: hue angle of 25.53º 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 #6C513D is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 81 | 61 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.58 |
| HSL | 25.53º | 0.28% | 0.33% | - |
| HSV(B) | 25.53º | 0.44% | 0.42% | - |
| XYZ | 9.97 | 9.41 | 5.71 | - |
| YUV | 86.79 | 113.45 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 81 | 61 | 0 | 0.25 | 0.44 | 0.58 | 25.53 | 0.28 | 0.33 |
| Hex | 6C | 51 | 3D | 0 | 19 | 2C | 3A | 1A | 1C | 21 |
| Octal | 154 | 121 | 75 | 0 | 31 | 54 | 72 | 32 | 34 | 41 |
| Binary | 1101100 | 1010001 | 111101 | 0 | 11001 | 101100 | 111010 | 11010 | 11100 | 100001 |
Color Harmonies of #6C513D
Complementary color
Monochromatic Colors of #6C513D
Black with #6C513D
Text Example
Text Example
White with #6C513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C513D; }
p { color: rgb(108,81,61); }
H1.HeaderClassName
{
color: #6C513D;
}
.AnyTagClassName
{
color: #6C513D;
}
</style>
background-color css
<style>
a { background-color: #6C513D; }
a { background-color: rgb(108,81,61); }
div.DivClassName
{
background-color: #6C513D;
}
.BgClassName
{
background-color: #6C513D;
}
</style>
border-color css
<style>
span { border-color: #6C513D; }
span { border-color: rgb(108,81,61); }
td.TdClassName
{
border-color: #6C513D;
}
.TagClassName
{
border-color: #6C513D;
}
</style>