Shades of Spice #674D3D
Tints of Spice #674D3D
RGB
CMYK
RGB Variations
Color information
#674D3D (or 0x674D3D) is known color: Spice. HEX triplet: 67, 4D and 3D. RGB value is (103,77,61). Sum of RGB (Red+Green+Blue) = 103+77+61=241 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.74% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 103 - color contains mainly: red. Hex color #674D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674D3D is #98B2C2. Grayscale: #535353. Windows color (decimal): -10007235 or 4017511. OLE color: 4017511.
HSL color Cylindrical-coordinate representation of color #674D3D: hue angle of 22.86º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #674D3D is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 77 | 61 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.60 |
| HSL | 22.86º | 0.26% | 0.32% | - |
| HSV(B) | 22.86º | 0.41% | 0.4% | - |
| XYZ | 9.09 | 8.53 | 5.58 | - |
| YUV | 82.95 | 115.61 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 77 | 61 | 0 | 0.25 | 0.41 | 0.60 | 22.86 | 0.26 | 0.32 |
| Hex | 67 | 4D | 3D | 0 | 19 | 29 | 3C | 17 | 1A | 20 |
| Octal | 147 | 115 | 75 | 0 | 31 | 51 | 74 | 27 | 32 | 40 |
| Binary | 1100111 | 1001101 | 111101 | 0 | 11001 | 101001 | 111100 | 10111 | 11010 | 100000 |
Color Harmonies of #674D3D
Complementary color
Monochromatic Colors of #674D3D
Black with #674D3D
Text Example
Text Example
White with #674D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674D3D; }
p { color: rgb(103,77,61); }
H1.HeaderClassName
{
color: #674D3D;
}
.AnyTagClassName
{
color: #674D3D;
}
</style>
background-color css
<style>
a { background-color: #674D3D; }
a { background-color: rgb(103,77,61); }
div.DivClassName
{
background-color: #674D3D;
}
.BgClassName
{
background-color: #674D3D;
}
</style>
border-color css
<style>
span { border-color: #674D3D; }
span { border-color: rgb(103,77,61); }
td.TdClassName
{
border-color: #674D3D;
}
.TagClassName
{
border-color: #674D3D;
}
</style>