Shades of Tobacco Brown #685A47
Tints of Tobacco Brown #685A47
RGB
CMYK
RGB Variations
Color information
#685A47 (or 0x685A47) is known color: Tobacco Brown. HEX triplet: 68, 5A and 47. RGB value is (104,90,71). Sum of RGB (Red+Green+Blue) = 104+90+71=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 71 (28.12% from 255 or 26.79% from 265); Max value from RGB is 104 - color contains mainly: red. Hex color #685A47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685A47 is #97A5B8. Grayscale: #5C5C5C. Windows color (decimal): -9938361 or 4676200. OLE color: 4676200.
HSL color Cylindrical-coordinate representation of color #685A47: hue angle of 34.55º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #685A47 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 90 | 71 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.59 |
| HSL | 34.55º | 0.19% | 0.34% | - |
| HSV(B) | 34.55º | 0.32% | 0.41% | - |
| XYZ | 10.5 | 10.71 | 7.47 | - |
| YUV | 92.02 | 116.14 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 71 | 0 | 0.13 | 0.32 | 0.59 | 34.55 | 0.19 | 0.34 |
| Hex | 68 | 5A | 47 | 0 | D | 20 | 3B | 23 | 13 | 22 |
| Octal | 150 | 132 | 107 | 0 | 15 | 40 | 73 | 43 | 23 | 42 |
| Binary | 1101000 | 1011010 | 1000111 | 0 | 1101 | 100000 | 111011 | 100011 | 10011 | 100010 |
Color Harmonies of #685A47
Complementary color
Monochromatic Colors of #685A47
Black with #685A47
Text Example
Text Example
White with #685A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685A47; }
p { color: rgb(104,90,71); }
H1.HeaderClassName
{
color: #685A47;
}
.AnyTagClassName
{
color: #685A47;
}
</style>
background-color css
<style>
a { background-color: #685A47; }
a { background-color: rgb(104,90,71); }
div.DivClassName
{
background-color: #685A47;
}
.BgClassName
{
background-color: #685A47;
}
</style>
border-color css
<style>
span { border-color: #685A47; }
span { border-color: rgb(104,90,71); }
td.TdClassName
{
border-color: #685A47;
}
.TagClassName
{
border-color: #685A47;
}
</style>