Shades of Spice #6E483A
Tints of Spice #6E483A
RGB
CMYK
RGB Variations
Color information
#6E483A (or 0x6E483A) is known color: Spice. HEX triplet: 6E, 48 and 3A. RGB value is (110,72,58). Sum of RGB (Red+Green+Blue) = 110+72+58=240 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.83% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 110 - color contains mainly: red. Hex color #6E483A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E483A is #91B7C5. Grayscale: #515151. Windows color (decimal): -9549766 or 3819630. OLE color: 3819630.
HSL color Cylindrical-coordinate representation of color #6E483A: hue angle of 16.15º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E483A is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 72 | 58 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.57 |
| HSL | 16.15º | 0.31% | 0.33% | - |
| HSV(B) | 16.15º | 0.47% | 0.43% | - |
| XYZ | 9.51 | 8.26 | 5.1 | - |
| YUV | 81.77 | 114.59 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 72 | 58 | 0 | 0.35 | 0.47 | 0.57 | 16.15 | 0.31 | 0.33 |
| Hex | 6E | 48 | 3A | 0 | 23 | 2F | 39 | 10 | 1F | 21 |
| Octal | 156 | 110 | 72 | 0 | 43 | 57 | 71 | 20 | 37 | 41 |
| Binary | 1101110 | 1001000 | 111010 | 0 | 100011 | 101111 | 111001 | 10000 | 11111 | 100001 |
Color Harmonies of #6E483A
Complementary color
Monochromatic Colors of #6E483A
Black with #6E483A
Text Example
Text Example
White with #6E483A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E483A; }
p { color: rgb(110,72,58); }
H1.HeaderClassName
{
color: #6E483A;
}
.AnyTagClassName
{
color: #6E483A;
}
</style>
background-color css
<style>
a { background-color: #6E483A; }
a { background-color: rgb(110,72,58); }
div.DivClassName
{
background-color: #6E483A;
}
.BgClassName
{
background-color: #6E483A;
}
</style>
border-color css
<style>
span { border-color: #6E483A; }
span { border-color: rgb(110,72,58); }
td.TdClassName
{
border-color: #6E483A;
}
.TagClassName
{
border-color: #6E483A;
}
</style>