Shades of Spice #674E40
Tints of Spice #674E40
RGB
CMYK
RGB Variations
Color information
#674E40 (or 0x674E40) is known color: Spice. HEX triplet: 67, 4E and 40. RGB value is (103,78,64). Sum of RGB (Red+Green+Blue) = 103+78+64=245 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.04% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 103 - color contains mainly: red. Hex color #674E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674E40 is #98B1BF. Grayscale: #535353. Windows color (decimal): -10006976 or 4214375. OLE color: 4214375.
HSL color Cylindrical-coordinate representation of color #674E40: hue angle of 21.54º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #674E40 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 78 | 64 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.60 |
| HSL | 21.54º | 0.23% | 0.33% | - |
| HSV(B) | 21.54º | 0.38% | 0.4% | - |
| XYZ | 9.24 | 8.7 | 6.04 | - |
| YUV | 83.88 | 116.78 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 64 | 0 | 0.24 | 0.38 | 0.60 | 21.54 | 0.23 | 0.33 |
| Hex | 67 | 4E | 40 | 0 | 18 | 26 | 3C | 16 | 17 | 21 |
| Octal | 147 | 116 | 100 | 0 | 30 | 46 | 74 | 26 | 27 | 41 |
| Binary | 1100111 | 1001110 | 1000000 | 0 | 11000 | 100110 | 111100 | 10110 | 10111 | 100001 |
Color Harmonies of #674E40
Complementary color
Monochromatic Colors of #674E40
Black with #674E40
Text Example
Text Example
White with #674E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674E40; }
p { color: rgb(103,78,64); }
H1.HeaderClassName
{
color: #674E40;
}
.AnyTagClassName
{
color: #674E40;
}
</style>
background-color css
<style>
a { background-color: #674E40; }
a { background-color: rgb(103,78,64); }
div.DivClassName
{
background-color: #674E40;
}
.BgClassName
{
background-color: #674E40;
}
</style>
border-color css
<style>
span { border-color: #674E40; }
span { border-color: rgb(103,78,64); }
td.TdClassName
{
border-color: #674E40;
}
.TagClassName
{
border-color: #674E40;
}
</style>