Shades of Spice #68503B
Tints of Spice #68503B
RGB
CMYK
RGB Variations
Color information
#68503B (or 0x68503B) is known color: Spice. HEX triplet: 68, 50 and 3B. RGB value is (104,80,59). Sum of RGB (Red+Green+Blue) = 104+80+59=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 104 - color contains mainly: red. Hex color #68503B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68503B is #97AFC4. Grayscale: #545454. Windows color (decimal): -9940933 or 3887208. OLE color: 3887208.
HSL color Cylindrical-coordinate representation of color #68503B: hue angle of 28º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68503B is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 80 | 59 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.59 |
| HSL | 28º | 0.28% | 0.32% | - |
| HSV(B) | 28º | 0.43% | 0.41% | - |
| XYZ | 9.37 | 9 | 5.38 | - |
| YUV | 84.78 | 113.45 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 80 | 59 | 0 | 0.23 | 0.43 | 0.59 | 28 | 0.28 | 0.32 |
| Hex | 68 | 50 | 3B | 0 | 17 | 2B | 3B | 1C | 1C | 20 |
| Octal | 150 | 120 | 73 | 0 | 27 | 53 | 73 | 34 | 34 | 40 |
| Binary | 1101000 | 1010000 | 111011 | 0 | 10111 | 101011 | 111011 | 11100 | 11100 | 100000 |
Color Harmonies of #68503B
Complementary color
Monochromatic Colors of #68503B
Black with #68503B
Text Example
Text Example
White with #68503B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68503B; }
p { color: rgb(104,80,59); }
H1.HeaderClassName
{
color: #68503B;
}
.AnyTagClassName
{
color: #68503B;
}
</style>
background-color css
<style>
a { background-color: #68503B; }
a { background-color: rgb(104,80,59); }
div.DivClassName
{
background-color: #68503B;
}
.BgClassName
{
background-color: #68503B;
}
</style>
border-color css
<style>
span { border-color: #68503B; }
span { border-color: rgb(104,80,59); }
td.TdClassName
{
border-color: #68503B;
}
.TagClassName
{
border-color: #68503B;
}
</style>