Shades of Spice #674A3C
Tints of Spice #674A3C
RGB
CMYK
RGB Variations
Color information
#674A3C (or 0x674A3C) is known color: Spice. HEX triplet: 67, 4A and 3C. RGB value is (103,74,60). Sum of RGB (Red+Green+Blue) = 103+74+60=237 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.46% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 103 - color contains mainly: red. Hex color #674A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674A3C is #98B5C3. Grayscale: #515151. Windows color (decimal): -10008004 or 3951207. OLE color: 3951207.
HSL color Cylindrical-coordinate representation of color #674A3C: hue angle of 19.53º 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 #674A3C is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 74 | 60 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.60 |
| HSL | 19.53º | 0.26% | 0.32% | - |
| HSV(B) | 19.53º | 0.42% | 0.4% | - |
| XYZ | 8.86 | 8.11 | 5.37 | - |
| YUV | 81.08 | 116.11 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 74 | 60 | 0 | 0.28 | 0.42 | 0.60 | 19.53 | 0.26 | 0.32 |
| Hex | 67 | 4A | 3C | 0 | 1C | 2A | 3C | 14 | 1A | 20 |
| Octal | 147 | 112 | 74 | 0 | 34 | 52 | 74 | 24 | 32 | 40 |
| Binary | 1100111 | 1001010 | 111100 | 0 | 11100 | 101010 | 111100 | 10100 | 11010 | 100000 |
Color Harmonies of #674A3C
Complementary color
Monochromatic Colors of #674A3C
Black with #674A3C
Text Example
Text Example
White with #674A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674A3C; }
p { color: rgb(103,74,60); }
H1.HeaderClassName
{
color: #674A3C;
}
.AnyTagClassName
{
color: #674A3C;
}
</style>
background-color css
<style>
a { background-color: #674A3C; }
a { background-color: rgb(103,74,60); }
div.DivClassName
{
background-color: #674A3C;
}
.BgClassName
{
background-color: #674A3C;
}
</style>
border-color css
<style>
span { border-color: #674A3C; }
span { border-color: rgb(103,74,60); }
td.TdClassName
{
border-color: #674A3C;
}
.TagClassName
{
border-color: #674A3C;
}
</style>