Shades of Spice #674F3C
Tints of Spice #674F3C
RGB
CMYK
RGB Variations
Color information
#674F3C (or 0x674F3C) is known color: Spice. HEX triplet: 67, 4F and 3C. RGB value is (103,79,60). Sum of RGB (Red+Green+Blue) = 103+79+60=242 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.56% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 103 - color contains mainly: red. Hex color #674F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674F3C is #98B0C3. Grayscale: #545454. Windows color (decimal): -10006724 or 3952487. OLE color: 3952487.
HSL color Cylindrical-coordinate representation of color #674F3C: hue angle of 26.51º 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 #674F3C is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 79 | 60 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.60 |
| HSL | 26.51º | 0.26% | 0.32% | - |
| HSV(B) | 26.51º | 0.42% | 0.4% | - |
| XYZ | 9.21 | 8.8 | 5.49 | - |
| YUV | 84.01 | 114.45 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 79 | 60 | 0 | 0.23 | 0.42 | 0.60 | 26.51 | 0.26 | 0.32 |
| Hex | 67 | 4F | 3C | 0 | 17 | 2A | 3C | 1B | 1A | 20 |
| Octal | 147 | 117 | 74 | 0 | 27 | 52 | 74 | 33 | 32 | 40 |
| Binary | 1100111 | 1001111 | 111100 | 0 | 10111 | 101010 | 111100 | 11011 | 11010 | 100000 |
Color Harmonies of #674F3C
Complementary color
Monochromatic Colors of #674F3C
Black with #674F3C
Text Example
Text Example
White with #674F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674F3C; }
p { color: rgb(103,79,60); }
H1.HeaderClassName
{
color: #674F3C;
}
.AnyTagClassName
{
color: #674F3C;
}
</style>
background-color css
<style>
a { background-color: #674F3C; }
a { background-color: rgb(103,79,60); }
div.DivClassName
{
background-color: #674F3C;
}
.BgClassName
{
background-color: #674F3C;
}
</style>
border-color css
<style>
span { border-color: #674F3C; }
span { border-color: rgb(103,79,60); }
td.TdClassName
{
border-color: #674F3C;
}
.TagClassName
{
border-color: #674F3C;
}
</style>