Shades of Spice #674A3E
Tints of Spice #674A3E
RGB
CMYK
RGB Variations
Color information
#674A3E (or 0x674A3E) is known color: Spice. HEX triplet: 67, 4A and 3E. RGB value is (103,74,62). Sum of RGB (Red+Green+Blue) = 103+74+62=239 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.10% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 103 - color contains mainly: red. Hex color #674A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674A3E is #98B5C1. Grayscale: #515151. Windows color (decimal): -10008002 or 4082279. OLE color: 4082279.
HSL color Cylindrical-coordinate representation of color #674A3E: hue angle of 17.56º 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 #674A3E is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 74 | 62 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.60 |
| HSL | 17.56º | 0.25% | 0.32% | - |
| HSV(B) | 17.56º | 0.4% | 0.4% | - |
| XYZ | 8.91 | 8.13 | 5.66 | - |
| YUV | 81.3 | 117.11 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 74 | 62 | 0 | 0.28 | 0.40 | 0.60 | 17.56 | 0.25 | 0.32 |
| Hex | 67 | 4A | 3E | 0 | 1C | 28 | 3C | 12 | 19 | 20 |
| Octal | 147 | 112 | 76 | 0 | 34 | 50 | 74 | 22 | 31 | 40 |
| Binary | 1100111 | 1001010 | 111110 | 0 | 11100 | 101000 | 111100 | 10010 | 11001 | 100000 |
Color Harmonies of #674A3E
Complementary color
Monochromatic Colors of #674A3E
Black with #674A3E
Text Example
Text Example
White with #674A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674A3E; }
p { color: rgb(103,74,62); }
H1.HeaderClassName
{
color: #674A3E;
}
.AnyTagClassName
{
color: #674A3E;
}
</style>
background-color css
<style>
a { background-color: #674A3E; }
a { background-color: rgb(103,74,62); }
div.DivClassName
{
background-color: #674A3E;
}
.BgClassName
{
background-color: #674A3E;
}
</style>
border-color css
<style>
span { border-color: #674A3E; }
span { border-color: rgb(103,74,62); }
td.TdClassName
{
border-color: #674A3E;
}
.TagClassName
{
border-color: #674A3E;
}
</style>