Shades of Spice #67483E
Tints of Spice #67483E
RGB
CMYK
RGB Variations
Color information
#67483E (or 0x67483E) is known color: Spice. HEX triplet: 67, 48 and 3E. RGB value is (103,72,62). Sum of RGB (Red+Green+Blue) = 103+72+62=237 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.46% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 103 - color contains mainly: red. Hex color #67483E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67483E is #98B7C1. Grayscale: #505050. Windows color (decimal): -10008514 or 4081767. OLE color: 4081767.
HSL color Cylindrical-coordinate representation of color #67483E: hue angle of 14.63º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #67483E is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 72 | 62 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.60 |
| HSL | 14.63º | 0.25% | 0.32% | - |
| HSV(B) | 14.63º | 0.4% | 0.4% | - |
| XYZ | 8.78 | 7.87 | 5.61 | - |
| YUV | 80.13 | 117.77 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 72 | 62 | 0 | 0.30 | 0.40 | 0.60 | 14.63 | 0.25 | 0.32 |
| Hex | 67 | 48 | 3E | 0 | 1E | 28 | 3C | F | 19 | 20 |
| Octal | 147 | 110 | 76 | 0 | 36 | 50 | 74 | 17 | 31 | 40 |
| Binary | 1100111 | 1001000 | 111110 | 0 | 11110 | 101000 | 111100 | 1111 | 11001 | 100000 |
Color Harmonies of #67483E
Complementary color
Monochromatic Colors of #67483E
Black with #67483E
Text Example
Text Example
White with #67483E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67483E; }
p { color: rgb(103,72,62); }
H1.HeaderClassName
{
color: #67483E;
}
.AnyTagClassName
{
color: #67483E;
}
</style>
background-color css
<style>
a { background-color: #67483E; }
a { background-color: rgb(103,72,62); }
div.DivClassName
{
background-color: #67483E;
}
.BgClassName
{
background-color: #67483E;
}
</style>
border-color css
<style>
span { border-color: #67483E; }
span { border-color: rgb(103,72,62); }
td.TdClassName
{
border-color: #67483E;
}
.TagClassName
{
border-color: #67483E;
}
</style>