Shades of Spice #684B3F
Tints of Spice #684B3F
RGB
CMYK
RGB Variations
Color information
#684B3F (or 0x684B3F) is known color: Spice. HEX triplet: 68, 4B and 3F. RGB value is (104,75,63). Sum of RGB (Red+Green+Blue) = 104+75+63=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 104 - color contains mainly: red. Hex color #684B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684B3F is #97B4C0. Grayscale: #525252. Windows color (decimal): -9942209 or 4148072. OLE color: 4148072.
HSL color Cylindrical-coordinate representation of color #684B3F: hue angle of 17.56º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #684B3F is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 75 | 63 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.59 |
| HSL | 17.56º | 0.25% | 0.33% | - |
| HSV(B) | 17.56º | 0.39% | 0.41% | - |
| XYZ | 9.12 | 8.33 | 5.83 | - |
| YUV | 82.3 | 117.11 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 75 | 63 | 0 | 0.28 | 0.39 | 0.59 | 17.56 | 0.25 | 0.33 |
| Hex | 68 | 4B | 3F | 0 | 1C | 27 | 3B | 12 | 19 | 21 |
| Octal | 150 | 113 | 77 | 0 | 34 | 47 | 73 | 22 | 31 | 41 |
| Binary | 1101000 | 1001011 | 111111 | 0 | 11100 | 100111 | 111011 | 10010 | 11001 | 100001 |
Color Harmonies of #684B3F
Complementary color
Monochromatic Colors of #684B3F
Black with #684B3F
Text Example
Text Example
White with #684B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684B3F; }
p { color: rgb(104,75,63); }
H1.HeaderClassName
{
color: #684B3F;
}
.AnyTagClassName
{
color: #684B3F;
}
</style>
background-color css
<style>
a { background-color: #684B3F; }
a { background-color: rgb(104,75,63); }
div.DivClassName
{
background-color: #684B3F;
}
.BgClassName
{
background-color: #684B3F;
}
</style>
border-color css
<style>
span { border-color: #684B3F; }
span { border-color: rgb(104,75,63); }
td.TdClassName
{
border-color: #684B3F;
}
.TagClassName
{
border-color: #684B3F;
}
</style>