Shades of Spice #67503F
Tints of Spice #67503F
RGB
CMYK
RGB Variations
Color information
#67503F (or 0x67503F) is known color: Spice. HEX triplet: 67, 50 and 3F. RGB value is (103,80,63). Sum of RGB (Red+Green+Blue) = 103+80+63=246 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.87% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 103 - color contains mainly: red. Hex color #67503F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67503F is #98AFC0. Grayscale: #555555. Windows color (decimal): -10006465 or 4149351. OLE color: 4149351.
HSL color Cylindrical-coordinate representation of color #67503F: hue angle of 25.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #67503F is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 80 | 63 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.60 |
| HSL | 25.5º | 0.24% | 0.33% | - |
| HSV(B) | 25.5º | 0.39% | 0.4% | - |
| XYZ | 9.36 | 8.98 | 5.94 | - |
| YUV | 84.94 | 115.62 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 80 | 63 | 0 | 0.22 | 0.39 | 0.60 | 25.5 | 0.24 | 0.33 |
| Hex | 67 | 50 | 3F | 0 | 16 | 27 | 3C | 1A | 18 | 21 |
| Octal | 147 | 120 | 77 | 0 | 26 | 47 | 74 | 32 | 30 | 41 |
| Binary | 1100111 | 1010000 | 111111 | 0 | 10110 | 100111 | 111100 | 11010 | 11000 | 100001 |
Color Harmonies of #67503F
Complementary color
Monochromatic Colors of #67503F
Black with #67503F
Text Example
Text Example
White with #67503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67503F; }
p { color: rgb(103,80,63); }
H1.HeaderClassName
{
color: #67503F;
}
.AnyTagClassName
{
color: #67503F;
}
</style>
background-color css
<style>
a { background-color: #67503F; }
a { background-color: rgb(103,80,63); }
div.DivClassName
{
background-color: #67503F;
}
.BgClassName
{
background-color: #67503F;
}
</style>
border-color css
<style>
span { border-color: #67503F; }
span { border-color: rgb(103,80,63); }
td.TdClassName
{
border-color: #67503F;
}
.TagClassName
{
border-color: #67503F;
}
</style>