Shades of Spice #67503C
Tints of Spice #67503C
RGB
CMYK
RGB Variations
Color information
#67503C (or 0x67503C) is known color: Spice. HEX triplet: 67, 50 and 3C. RGB value is (103,80,60). Sum of RGB (Red+Green+Blue) = 103+80+60=243 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.39% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 103 - color contains mainly: red. Hex color #67503C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67503C is #98AFC3. Grayscale: #545454. Windows color (decimal): -10006468 or 3952743. OLE color: 3952743.
HSL color Cylindrical-coordinate representation of color #67503C: hue angle of 27.91º 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 #67503C is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 80 | 60 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.60 |
| HSL | 27.91º | 0.26% | 0.32% | - |
| HSV(B) | 27.91º | 0.42% | 0.4% | - |
| XYZ | 9.28 | 8.95 | 5.51 | - |
| YUV | 84.6 | 114.12 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 80 | 60 | 0 | 0.22 | 0.42 | 0.60 | 27.91 | 0.26 | 0.32 |
| Hex | 67 | 50 | 3C | 0 | 16 | 2A | 3C | 1C | 1A | 20 |
| Octal | 147 | 120 | 74 | 0 | 26 | 52 | 74 | 34 | 32 | 40 |
| Binary | 1100111 | 1010000 | 111100 | 0 | 10110 | 101010 | 111100 | 11100 | 11010 | 100000 |
Color Harmonies of #67503C
Complementary color
Monochromatic Colors of #67503C
Black with #67503C
Text Example
Text Example
White with #67503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67503C; }
p { color: rgb(103,80,60); }
H1.HeaderClassName
{
color: #67503C;
}
.AnyTagClassName
{
color: #67503C;
}
</style>
background-color css
<style>
a { background-color: #67503C; }
a { background-color: rgb(103,80,60); }
div.DivClassName
{
background-color: #67503C;
}
.BgClassName
{
background-color: #67503C;
}
</style>
border-color css
<style>
span { border-color: #67503C; }
span { border-color: rgb(103,80,60); }
td.TdClassName
{
border-color: #67503C;
}
.TagClassName
{
border-color: #67503C;
}
</style>