Shades of Spice #6A463A
Tints of Spice #6A463A
RGB
CMYK
RGB Variations
Color information
#6A463A (or 0x6A463A) is known color: Spice. HEX triplet: 6A, 46 and 3A. RGB value is (106,70,58). Sum of RGB (Red+Green+Blue) = 106+70+58=234 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.30% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 106 - color contains mainly: red. Hex color #6A463A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A463A is #95B9C5. Grayscale: #4F4F4F. Windows color (decimal): -9812422 or 3819114. OLE color: 3819114.
HSL color Cylindrical-coordinate representation of color #6A463A: hue angle of 15º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6A463A is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 70 | 58 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.58 |
| HSL | 15º | 0.29% | 0.32% | - |
| HSV(B) | 15º | 0.45% | 0.42% | - |
| XYZ | 8.9 | 7.75 | 5.03 | - |
| YUV | 79.4 | 115.93 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 70 | 58 | 0 | 0.34 | 0.45 | 0.58 | 15 | 0.29 | 0.32 |
| Hex | 6A | 46 | 3A | 0 | 22 | 2D | 3A | F | 1D | 20 |
| Octal | 152 | 106 | 72 | 0 | 42 | 55 | 72 | 17 | 35 | 40 |
| Binary | 1101010 | 1000110 | 111010 | 0 | 100010 | 101101 | 111010 | 1111 | 11101 | 100000 |
Color Harmonies of #6A463A
Complementary color
Monochromatic Colors of #6A463A
Black with #6A463A
Text Example
Text Example
White with #6A463A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A463A; }
p { color: rgb(106,70,58); }
H1.HeaderClassName
{
color: #6A463A;
}
.AnyTagClassName
{
color: #6A463A;
}
</style>
background-color css
<style>
a { background-color: #6A463A; }
a { background-color: rgb(106,70,58); }
div.DivClassName
{
background-color: #6A463A;
}
.BgClassName
{
background-color: #6A463A;
}
</style>
border-color css
<style>
span { border-color: #6A463A; }
span { border-color: rgb(106,70,58); }
td.TdClassName
{
border-color: #6A463A;
}
.TagClassName
{
border-color: #6A463A;
}
</style>