Shades of Tobacco Brown #68543C
Tints of Tobacco Brown #68543C
RGB
CMYK
RGB Variations
Color information
#68543C (or 0x68543C) is known color: Tobacco Brown. HEX triplet: 68, 54 and 3C. RGB value is (104,84,60). Sum of RGB (Red+Green+Blue) = 104+84+60=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 104 - color contains mainly: red. Hex color #68543C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68543C is #97ABC3. Grayscale: #575757. Windows color (decimal): -9939908 or 3953768. OLE color: 3953768.
HSL color Cylindrical-coordinate representation of color #68543C: hue angle of 32.73º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68543C is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 84 | 60 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.59 |
| HSL | 32.73º | 0.27% | 0.32% | - |
| HSV(B) | 32.73º | 0.42% | 0.41% | - |
| XYZ | 9.69 | 9.61 | 5.62 | - |
| YUV | 87.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 84 | 60 | 0 | 0.19 | 0.42 | 0.59 | 32.73 | 0.27 | 0.32 |
| Hex | 68 | 54 | 3C | 0 | 13 | 2A | 3B | 21 | 1B | 20 |
| Octal | 150 | 124 | 74 | 0 | 23 | 52 | 73 | 41 | 33 | 40 |
| Binary | 1101000 | 1010100 | 111100 | 0 | 10011 | 101010 | 111011 | 100001 | 11011 | 100000 |
Color Harmonies of #68543C
Complementary color
Monochromatic Colors of #68543C
Black with #68543C
Text Example
Text Example
White with #68543C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68543C; }
p { color: rgb(104,84,60); }
H1.HeaderClassName
{
color: #68543C;
}
.AnyTagClassName
{
color: #68543C;
}
</style>
background-color css
<style>
a { background-color: #68543C; }
a { background-color: rgb(104,84,60); }
div.DivClassName
{
background-color: #68543C;
}
.BgClassName
{
background-color: #68543C;
}
</style>
border-color css
<style>
span { border-color: #68543C; }
span { border-color: rgb(104,84,60); }
td.TdClassName
{
border-color: #68543C;
}
.TagClassName
{
border-color: #68543C;
}
</style>