Shades of Spice #674E3C
Tints of Spice #674E3C
RGB
CMYK
RGB Variations
Color information
#674E3C (or 0x674E3C) is known color: Spice. HEX triplet: 67, 4E and 3C. RGB value is (103,78,60). Sum of RGB (Red+Green+Blue) = 103+78+60=241 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.74% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 103 - color contains mainly: red. Hex color #674E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674E3C is #98B1C3. Grayscale: #535353. Windows color (decimal): -10006980 or 3952231. OLE color: 3952231.
HSL color Cylindrical-coordinate representation of color #674E3C: hue angle of 25.12º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #674E3C is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 78 | 60 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.60 |
| HSL | 25.12º | 0.26% | 0.32% | - |
| HSV(B) | 25.12º | 0.42% | 0.4% | - |
| XYZ | 9.13 | 8.66 | 5.46 | - |
| YUV | 83.42 | 114.78 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 60 | 0 | 0.24 | 0.42 | 0.60 | 25.12 | 0.26 | 0.32 |
| Hex | 67 | 4E | 3C | 0 | 18 | 2A | 3C | 19 | 1A | 20 |
| Octal | 147 | 116 | 74 | 0 | 30 | 52 | 74 | 31 | 32 | 40 |
| Binary | 1100111 | 1001110 | 111100 | 0 | 11000 | 101010 | 111100 | 11001 | 11010 | 100000 |
Color Harmonies of #674E3C
Complementary color
Monochromatic Colors of #674E3C
Black with #674E3C
Text Example
Text Example
White with #674E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674E3C; }
p { color: rgb(103,78,60); }
H1.HeaderClassName
{
color: #674E3C;
}
.AnyTagClassName
{
color: #674E3C;
}
</style>
background-color css
<style>
a { background-color: #674E3C; }
a { background-color: rgb(103,78,60); }
div.DivClassName
{
background-color: #674E3C;
}
.BgClassName
{
background-color: #674E3C;
}
</style>
border-color css
<style>
span { border-color: #674E3C; }
span { border-color: rgb(103,78,60); }
td.TdClassName
{
border-color: #674E3C;
}
.TagClassName
{
border-color: #674E3C;
}
</style>