Shades of Spice #67473C
Tints of Spice #67473C
RGB
CMYK
RGB Variations
Color information
#67473C (or 0x67473C) is known color: Spice. HEX triplet: 67, 47 and 3C. RGB value is (103,71,60). Sum of RGB (Red+Green+Blue) = 103+71+60=234 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.02% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 103 - color contains mainly: red. Hex color #67473C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67473C is #98B8C3. Grayscale: #4F4F4F. Windows color (decimal): -10008772 or 3950439. OLE color: 3950439.
HSL color Cylindrical-coordinate representation of color #67473C: hue angle of 15.35º 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 #67473C is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 71 | 60 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.60 |
| HSL | 15.35º | 0.26% | 0.32% | - |
| HSV(B) | 15.35º | 0.42% | 0.4% | - |
| XYZ | 8.66 | 7.72 | 5.31 | - |
| YUV | 79.31 | 117.1 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 71 | 60 | 0 | 0.31 | 0.42 | 0.60 | 15.35 | 0.26 | 0.32 |
| Hex | 67 | 47 | 3C | 0 | 1F | 2A | 3C | F | 1A | 20 |
| Octal | 147 | 107 | 74 | 0 | 37 | 52 | 74 | 17 | 32 | 40 |
| Binary | 1100111 | 1000111 | 111100 | 0 | 11111 | 101010 | 111100 | 1111 | 11010 | 100000 |
Color Harmonies of #67473C
Complementary color
Monochromatic Colors of #67473C
Black with #67473C
Text Example
Text Example
White with #67473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67473C; }
p { color: rgb(103,71,60); }
H1.HeaderClassName
{
color: #67473C;
}
.AnyTagClassName
{
color: #67473C;
}
</style>
background-color css
<style>
a { background-color: #67473C; }
a { background-color: rgb(103,71,60); }
div.DivClassName
{
background-color: #67473C;
}
.BgClassName
{
background-color: #67473C;
}
</style>
border-color css
<style>
span { border-color: #67473C; }
span { border-color: rgb(103,71,60); }
td.TdClassName
{
border-color: #67473C;
}
.TagClassName
{
border-color: #67473C;
}
</style>