Shades of Spice #674C3F
Tints of Spice #674C3F
RGB
CMYK
RGB Variations
Color information
#674C3F (or 0x674C3F) is known color: Spice. HEX triplet: 67, 4C and 3F. RGB value is (103,76,63). Sum of RGB (Red+Green+Blue) = 103+76+63=242 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.56% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 103 - color contains mainly: red. Hex color #674C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674C3F is #98B3C0. Grayscale: #525252. Windows color (decimal): -10007489 or 4148327. OLE color: 4148327.
HSL color Cylindrical-coordinate representation of color #674C3F: hue angle of 19.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #674C3F is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 76 | 63 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.60 |
| HSL | 19.5º | 0.24% | 0.33% | - |
| HSV(B) | 19.5º | 0.39% | 0.4% | - |
| XYZ | 9.08 | 8.41 | 5.85 | - |
| YUV | 82.59 | 116.95 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 76 | 63 | 0 | 0.26 | 0.39 | 0.60 | 19.5 | 0.24 | 0.33 |
| Hex | 67 | 4C | 3F | 0 | 1A | 27 | 3C | 14 | 18 | 21 |
| Octal | 147 | 114 | 77 | 0 | 32 | 47 | 74 | 24 | 30 | 41 |
| Binary | 1100111 | 1001100 | 111111 | 0 | 11010 | 100111 | 111100 | 10100 | 11000 | 100001 |
Color Harmonies of #674C3F
Complementary color
Monochromatic Colors of #674C3F
Black with #674C3F
Text Example
Text Example
White with #674C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674C3F; }
p { color: rgb(103,76,63); }
H1.HeaderClassName
{
color: #674C3F;
}
.AnyTagClassName
{
color: #674C3F;
}
</style>
background-color css
<style>
a { background-color: #674C3F; }
a { background-color: rgb(103,76,63); }
div.DivClassName
{
background-color: #674C3F;
}
.BgClassName
{
background-color: #674C3F;
}
</style>
border-color css
<style>
span { border-color: #674C3F; }
span { border-color: rgb(103,76,63); }
td.TdClassName
{
border-color: #674C3F;
}
.TagClassName
{
border-color: #674C3F;
}
</style>