Shades of Spice #674B3C
Tints of Spice #674B3C
RGB
CMYK
RGB Variations
Color information
#674B3C (or 0x674B3C) is known color: Spice. HEX triplet: 67, 4B and 3C. RGB value is (103,75,60). Sum of RGB (Red+Green+Blue) = 103+75+60=238 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.28% from 238); Green value is 75 (29.69% from 255 or 31.51% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 103 - color contains mainly: red. Hex color #674B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674B3C is #98B4C3. Grayscale: #515151. Windows color (decimal): -10007748 or 3951463. OLE color: 3951463.
HSL color Cylindrical-coordinate representation of color #674B3C: hue angle of 20.93º 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 #674B3C is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 75 | 60 | - |
| CMYK | 0 | 0.27 | 0.42 | 0.60 |
| HSL | 20.93º | 0.26% | 0.32% | - |
| HSV(B) | 20.93º | 0.42% | 0.4% | - |
| XYZ | 8.93 | 8.24 | 5.4 | - |
| YUV | 81.66 | 115.78 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 75 | 60 | 0 | 0.27 | 0.42 | 0.60 | 20.93 | 0.26 | 0.32 |
| Hex | 67 | 4B | 3C | 0 | 1B | 2A | 3C | 15 | 1A | 20 |
| Octal | 147 | 113 | 74 | 0 | 33 | 52 | 74 | 25 | 32 | 40 |
| Binary | 1100111 | 1001011 | 111100 | 0 | 11011 | 101010 | 111100 | 10101 | 11010 | 100000 |
Color Harmonies of #674B3C
Complementary color
Monochromatic Colors of #674B3C
Black with #674B3C
Text Example
Text Example
White with #674B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674B3C; }
p { color: rgb(103,75,60); }
H1.HeaderClassName
{
color: #674B3C;
}
.AnyTagClassName
{
color: #674B3C;
}
</style>
background-color css
<style>
a { background-color: #674B3C; }
a { background-color: rgb(103,75,60); }
div.DivClassName
{
background-color: #674B3C;
}
.BgClassName
{
background-color: #674B3C;
}
</style>
border-color css
<style>
span { border-color: #674B3C; }
span { border-color: rgb(103,75,60); }
td.TdClassName
{
border-color: #674B3C;
}
.TagClassName
{
border-color: #674B3C;
}
</style>