Shades of Spice #6A513D
Tints of Spice #6A513D
RGB
CMYK
RGB Variations
Color information
#6A513D (or 0x6A513D) is known color: Spice. HEX triplet: 6A, 51 and 3D. RGB value is (106,81,61). Sum of RGB (Red+Green+Blue) = 106+81+61=248 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.74% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 106 - color contains mainly: red. Hex color #6A513D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A513D is #95AEC2. Grayscale: #565656. Windows color (decimal): -9809603 or 4018538. OLE color: 4018538.
HSL color Cylindrical-coordinate representation of color #6A513D: hue angle of 26.67º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6A513D is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 81 | 61 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.58 |
| HSL | 26.67º | 0.27% | 0.33% | - |
| HSV(B) | 26.67º | 0.42% | 0.42% | - |
| XYZ | 9.73 | 9.29 | 5.69 | - |
| YUV | 86.2 | 113.78 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 81 | 61 | 0 | 0.24 | 0.42 | 0.58 | 26.67 | 0.27 | 0.33 |
| Hex | 6A | 51 | 3D | 0 | 18 | 2A | 3A | 1B | 1B | 21 |
| Octal | 152 | 121 | 75 | 0 | 30 | 52 | 72 | 33 | 33 | 41 |
| Binary | 1101010 | 1010001 | 111101 | 0 | 11000 | 101010 | 111010 | 11011 | 11011 | 100001 |
Color Harmonies of #6A513D
Complementary color
Monochromatic Colors of #6A513D
Black with #6A513D
Text Example
Text Example
White with #6A513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A513D; }
p { color: rgb(106,81,61); }
H1.HeaderClassName
{
color: #6A513D;
}
.AnyTagClassName
{
color: #6A513D;
}
</style>
background-color css
<style>
a { background-color: #6A513D; }
a { background-color: rgb(106,81,61); }
div.DivClassName
{
background-color: #6A513D;
}
.BgClassName
{
background-color: #6A513D;
}
</style>
border-color css
<style>
span { border-color: #6A513D; }
span { border-color: rgb(106,81,61); }
td.TdClassName
{
border-color: #6A513D;
}
.TagClassName
{
border-color: #6A513D;
}
</style>