Shades of Spice #684A40
Tints of Spice #684A40
RGB
CMYK
RGB Variations
Color information
#684A40 (or 0x684A40) is known color: Spice. HEX triplet: 68, 4A and 40. RGB value is (104,74,64). Sum of RGB (Red+Green+Blue) = 104+74+64=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 104 - color contains mainly: red. Hex color #684A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684A40 is #97B5BF. Grayscale: #515151. Windows color (decimal): -9942464 or 4213352. OLE color: 4213352.
HSL color Cylindrical-coordinate representation of color #684A40: hue angle of 15º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #684A40 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 74 | 64 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.59 |
| HSL | 15º | 0.24% | 0.33% | - |
| HSV(B) | 15º | 0.38% | 0.41% | - |
| XYZ | 9.08 | 8.21 | 5.96 | - |
| YUV | 81.83 | 117.94 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 74 | 64 | 0 | 0.29 | 0.38 | 0.59 | 15 | 0.24 | 0.33 |
| Hex | 68 | 4A | 40 | 0 | 1D | 26 | 3B | F | 18 | 21 |
| Octal | 150 | 112 | 100 | 0 | 35 | 46 | 73 | 17 | 30 | 41 |
| Binary | 1101000 | 1001010 | 1000000 | 0 | 11101 | 100110 | 111011 | 1111 | 11000 | 100001 |
Color Harmonies of #684A40
Complementary color
Monochromatic Colors of #684A40
Black with #684A40
Text Example
Text Example
White with #684A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684A40; }
p { color: rgb(104,74,64); }
H1.HeaderClassName
{
color: #684A40;
}
.AnyTagClassName
{
color: #684A40;
}
</style>
background-color css
<style>
a { background-color: #684A40; }
a { background-color: rgb(104,74,64); }
div.DivClassName
{
background-color: #684A40;
}
.BgClassName
{
background-color: #684A40;
}
</style>
border-color css
<style>
span { border-color: #684A40; }
span { border-color: rgb(104,74,64); }
td.TdClassName
{
border-color: #684A40;
}
.TagClassName
{
border-color: #684A40;
}
</style>