Shades of Spice #674C3E
Tints of Spice #674C3E
RGB
CMYK
RGB Variations
Color information
#674C3E (or 0x674C3E) is known color: Spice. HEX triplet: 67, 4C and 3E. RGB value is (103,76,62). Sum of RGB (Red+Green+Blue) = 103+76+62=241 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.74% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 103 - color contains mainly: red. Hex color #674C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674C3E is #98B3C1. Grayscale: #525252. Windows color (decimal): -10007490 or 4082791. OLE color: 4082791.
HSL color Cylindrical-coordinate representation of color #674C3E: hue angle of 20.49º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #674C3E is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 76 | 62 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.60 |
| HSL | 20.49º | 0.25% | 0.32% | - |
| HSV(B) | 20.49º | 0.4% | 0.4% | - |
| XYZ | 9.05 | 8.4 | 5.7 | - |
| YUV | 82.48 | 116.45 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 76 | 62 | 0 | 0.26 | 0.40 | 0.60 | 20.49 | 0.25 | 0.32 |
| Hex | 67 | 4C | 3E | 0 | 1A | 28 | 3C | 14 | 19 | 20 |
| Octal | 147 | 114 | 76 | 0 | 32 | 50 | 74 | 24 | 31 | 40 |
| Binary | 1100111 | 1001100 | 111110 | 0 | 11010 | 101000 | 111100 | 10100 | 11001 | 100000 |
Color Harmonies of #674C3E
Complementary color
Monochromatic Colors of #674C3E
Black with #674C3E
Text Example
Text Example
White with #674C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674C3E; }
p { color: rgb(103,76,62); }
H1.HeaderClassName
{
color: #674C3E;
}
.AnyTagClassName
{
color: #674C3E;
}
</style>
background-color css
<style>
a { background-color: #674C3E; }
a { background-color: rgb(103,76,62); }
div.DivClassName
{
background-color: #674C3E;
}
.BgClassName
{
background-color: #674C3E;
}
</style>
border-color css
<style>
span { border-color: #674C3E; }
span { border-color: rgb(103,76,62); }
td.TdClassName
{
border-color: #674C3E;
}
.TagClassName
{
border-color: #674C3E;
}
</style>