Shades of Spice #675045
Tints of Spice #675045
RGB
CMYK
RGB Variations
Color information
#675045 (or 0x675045) is known color: Spice. HEX triplet: 67, 50 and 45. RGB value is (103,80,69). Sum of RGB (Red+Green+Blue) = 103+80+69=252 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.87% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 69 (27.34% from 255 or 27.38% from 252); Max value from RGB is 103 - color contains mainly: red. Hex color #675045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675045 is #98AFBA. Grayscale: #555555. Windows color (decimal): -10006459 or 4542567. OLE color: 4542567.
HSL color Cylindrical-coordinate representation of color #675045: hue angle of 19.41º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #675045 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 80 | 69 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.60 |
| HSL | 19.41º | 0.2% | 0.34% | - |
| HSV(B) | 19.41º | 0.33% | 0.4% | - |
| XYZ | 9.54 | 9.05 | 6.87 | - |
| YUV | 85.62 | 118.62 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 80 | 69 | 0 | 0.22 | 0.33 | 0.60 | 19.41 | 0.2 | 0.34 |
| Hex | 67 | 50 | 45 | 0 | 16 | 21 | 3C | 13 | 14 | 22 |
| Octal | 147 | 120 | 105 | 0 | 26 | 41 | 74 | 23 | 24 | 42 |
| Binary | 1100111 | 1010000 | 1000101 | 0 | 10110 | 100001 | 111100 | 10011 | 10100 | 100010 |
Color Harmonies of #675045
Complementary color
Monochromatic Colors of #675045
Black with #675045
Text Example
Text Example
White with #675045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675045; }
p { color: rgb(103,80,69); }
H1.HeaderClassName
{
color: #675045;
}
.AnyTagClassName
{
color: #675045;
}
</style>
background-color css
<style>
a { background-color: #675045; }
a { background-color: rgb(103,80,69); }
div.DivClassName
{
background-color: #675045;
}
.BgClassName
{
background-color: #675045;
}
</style>
border-color css
<style>
span { border-color: #675045; }
span { border-color: rgb(103,80,69); }
td.TdClassName
{
border-color: #675045;
}
.TagClassName
{
border-color: #675045;
}
</style>