Shades of Spice #674E3D
Tints of Spice #674E3D
RGB
CMYK
RGB Variations
Color information
#674E3D (or 0x674E3D) is known color: Spice. HEX triplet: 67, 4E and 3D. RGB value is (103,78,61). Sum of RGB (Red+Green+Blue) = 103+78+61=242 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.56% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 103 - color contains mainly: red. Hex color #674E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674E3D is #98B1C2. Grayscale: #535353. Windows color (decimal): -10006979 or 4017767. OLE color: 4017767.
HSL color Cylindrical-coordinate representation of color #674E3D: hue angle of 24.29º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #674E3D is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 78 | 61 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.60 |
| HSL | 24.29º | 0.26% | 0.32% | - |
| HSV(B) | 24.29º | 0.41% | 0.4% | - |
| XYZ | 9.16 | 8.67 | 5.61 | - |
| YUV | 83.54 | 115.28 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 61 | 0 | 0.24 | 0.41 | 0.60 | 24.29 | 0.26 | 0.32 |
| Hex | 67 | 4E | 3D | 0 | 18 | 29 | 3C | 18 | 1A | 20 |
| Octal | 147 | 116 | 75 | 0 | 30 | 51 | 74 | 30 | 32 | 40 |
| Binary | 1100111 | 1001110 | 111101 | 0 | 11000 | 101001 | 111100 | 11000 | 11010 | 100000 |
Color Harmonies of #674E3D
Complementary color
Monochromatic Colors of #674E3D
Black with #674E3D
Text Example
Text Example
White with #674E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674E3D; }
p { color: rgb(103,78,61); }
H1.HeaderClassName
{
color: #674E3D;
}
.AnyTagClassName
{
color: #674E3D;
}
</style>
background-color css
<style>
a { background-color: #674E3D; }
a { background-color: rgb(103,78,61); }
div.DivClassName
{
background-color: #674E3D;
}
.BgClassName
{
background-color: #674E3D;
}
</style>
border-color css
<style>
span { border-color: #674E3D; }
span { border-color: rgb(103,78,61); }
td.TdClassName
{
border-color: #674E3D;
}
.TagClassName
{
border-color: #674E3D;
}
</style>