Shades of Spice #67463C
Tints of Spice #67463C
RGB
CMYK
RGB Variations
Color information
#67463C (or 0x67463C) is known color: Spice. HEX triplet: 67, 46 and 3C. RGB value is (103,70,60). Sum of RGB (Red+Green+Blue) = 103+70+60=233 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.21% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 103 - color contains mainly: red. Hex color #67463C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67463C is #98B9C3. Grayscale: #4E4E4E. Windows color (decimal): -10009028 or 3950183. OLE color: 3950183.
HSL color Cylindrical-coordinate representation of color #67463C: hue angle of 13.95º 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 #67463C is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 70 | 60 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.60 |
| HSL | 13.95º | 0.26% | 0.32% | - |
| HSV(B) | 13.95º | 0.42% | 0.4% | - |
| XYZ | 8.6 | 7.59 | 5.29 | - |
| YUV | 78.73 | 117.43 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 70 | 60 | 0 | 0.32 | 0.42 | 0.60 | 13.95 | 0.26 | 0.32 |
| Hex | 67 | 46 | 3C | 0 | 20 | 2A | 3C | E | 1A | 20 |
| Octal | 147 | 106 | 74 | 0 | 40 | 52 | 74 | 16 | 32 | 40 |
| Binary | 1100111 | 1000110 | 111100 | 0 | 100000 | 101010 | 111100 | 1110 | 11010 | 100000 |
Color Harmonies of #67463C
Complementary color
Monochromatic Colors of #67463C
Black with #67463C
Text Example
Text Example
White with #67463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67463C; }
p { color: rgb(103,70,60); }
H1.HeaderClassName
{
color: #67463C;
}
.AnyTagClassName
{
color: #67463C;
}
</style>
background-color css
<style>
a { background-color: #67463C; }
a { background-color: rgb(103,70,60); }
div.DivClassName
{
background-color: #67463C;
}
.BgClassName
{
background-color: #67463C;
}
</style>
border-color css
<style>
span { border-color: #67463C; }
span { border-color: rgb(103,70,60); }
td.TdClassName
{
border-color: #67463C;
}
.TagClassName
{
border-color: #67463C;
}
</style>