Shades of Spice #6D513D
Tints of Spice #6D513D
RGB
CMYK
RGB Variations
Color information
#6D513D (or 0x6D513D) is known color: Spice. HEX triplet: 6D, 51 and 3D. RGB value is (109,81,61). Sum of RGB (Red+Green+Blue) = 109+81+61=251 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.43% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 109 - color contains mainly: red. Hex color #6D513D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D513D is #92AEC2. Grayscale: #575757. Windows color (decimal): -9612995 or 4018541. OLE color: 4018541.
HSL color Cylindrical-coordinate representation of color #6D513D: hue angle of 25º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6D513D is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 81 | 61 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.57 |
| HSL | 25º | 0.28% | 0.33% | - |
| HSV(B) | 25º | 0.44% | 0.43% | - |
| XYZ | 10.09 | 9.47 | 5.71 | - |
| YUV | 87.09 | 113.28 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 81 | 61 | 0 | 0.26 | 0.44 | 0.57 | 25 | 0.28 | 0.33 |
| Hex | 6D | 51 | 3D | 0 | 1A | 2C | 39 | 19 | 1C | 21 |
| Octal | 155 | 121 | 75 | 0 | 32 | 54 | 71 | 31 | 34 | 41 |
| Binary | 1101101 | 1010001 | 111101 | 0 | 11010 | 101100 | 111001 | 11001 | 11100 | 100001 |
Color Harmonies of #6D513D
Complementary color
Monochromatic Colors of #6D513D
Black with #6D513D
Text Example
Text Example
White with #6D513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D513D; }
p { color: rgb(109,81,61); }
H1.HeaderClassName
{
color: #6D513D;
}
.AnyTagClassName
{
color: #6D513D;
}
</style>
background-color css
<style>
a { background-color: #6D513D; }
a { background-color: rgb(109,81,61); }
div.DivClassName
{
background-color: #6D513D;
}
.BgClassName
{
background-color: #6D513D;
}
</style>
border-color css
<style>
span { border-color: #6D513D; }
span { border-color: rgb(109,81,61); }
td.TdClassName
{
border-color: #6D513D;
}
.TagClassName
{
border-color: #6D513D;
}
</style>