Shades of Spice #674D3B
Tints of Spice #674D3B
RGB
CMYK
RGB Variations
Color information
#674D3B (or 0x674D3B) is known color: Spice. HEX triplet: 67, 4D and 3B. RGB value is (103,77,59). Sum of RGB (Red+Green+Blue) = 103+77+59=239 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.10% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 103 - color contains mainly: red. Hex color #674D3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674D3B is #98B2C4. Grayscale: #525252. Windows color (decimal): -10007237 or 3886439. OLE color: 3886439.
HSL color Cylindrical-coordinate representation of color #674D3B: hue angle of 24.55º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #674D3B is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 77 | 59 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.60 |
| HSL | 24.55º | 0.27% | 0.32% | - |
| HSV(B) | 24.55º | 0.43% | 0.4% | - |
| XYZ | 9.04 | 8.51 | 5.3 | - |
| YUV | 82.72 | 114.61 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 77 | 59 | 0 | 0.25 | 0.43 | 0.60 | 24.55 | 0.27 | 0.32 |
| Hex | 67 | 4D | 3B | 0 | 19 | 2B | 3C | 19 | 1B | 20 |
| Octal | 147 | 115 | 73 | 0 | 31 | 53 | 74 | 31 | 33 | 40 |
| Binary | 1100111 | 1001101 | 111011 | 0 | 11001 | 101011 | 111100 | 11001 | 11011 | 100000 |
Color Harmonies of #674D3B
Complementary color
Monochromatic Colors of #674D3B
Black with #674D3B
Text Example
Text Example
White with #674D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674D3B; }
p { color: rgb(103,77,59); }
H1.HeaderClassName
{
color: #674D3B;
}
.AnyTagClassName
{
color: #674D3B;
}
</style>
background-color css
<style>
a { background-color: #674D3B; }
a { background-color: rgb(103,77,59); }
div.DivClassName
{
background-color: #674D3B;
}
.BgClassName
{
background-color: #674D3B;
}
</style>
border-color css
<style>
span { border-color: #674D3B; }
span { border-color: rgb(103,77,59); }
td.TdClassName
{
border-color: #674D3B;
}
.TagClassName
{
border-color: #674D3B;
}
</style>