Shades of Tobacco Brown #685A45
Tints of Tobacco Brown #685A45
RGB
CMYK
RGB Variations
Color information
#685A45 (or 0x685A45) is known color: Tobacco Brown. HEX triplet: 68, 5A and 45. RGB value is (104,90,69). Sum of RGB (Red+Green+Blue) = 104+90+69=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 104 - color contains mainly: red. Hex color #685A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685A45 is #97A5BA. Grayscale: #5B5B5B. Windows color (decimal): -9938363 or 4545128. OLE color: 4545128.
HSL color Cylindrical-coordinate representation of color #685A45: hue angle of 36º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #685A45 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 90 | 69 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.59 |
| HSL | 36º | 0.2% | 0.34% | - |
| HSV(B) | 36º | 0.34% | 0.41% | - |
| XYZ | 10.44 | 10.69 | 7.14 | - |
| YUV | 91.79 | 115.14 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 69 | 0 | 0.13 | 0.34 | 0.59 | 36 | 0.2 | 0.34 |
| Hex | 68 | 5A | 45 | 0 | D | 22 | 3B | 24 | 14 | 22 |
| Octal | 150 | 132 | 105 | 0 | 15 | 42 | 73 | 44 | 24 | 42 |
| Binary | 1101000 | 1011010 | 1000101 | 0 | 1101 | 100010 | 111011 | 100100 | 10100 | 100010 |
Color Harmonies of #685A45
Complementary color
Monochromatic Colors of #685A45
Black with #685A45
Text Example
Text Example
White with #685A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685A45; }
p { color: rgb(104,90,69); }
H1.HeaderClassName
{
color: #685A45;
}
.AnyTagClassName
{
color: #685A45;
}
</style>
background-color css
<style>
a { background-color: #685A45; }
a { background-color: rgb(104,90,69); }
div.DivClassName
{
background-color: #685A45;
}
.BgClassName
{
background-color: #685A45;
}
</style>
border-color css
<style>
span { border-color: #685A45; }
span { border-color: rgb(104,90,69); }
td.TdClassName
{
border-color: #685A45;
}
.TagClassName
{
border-color: #685A45;
}
</style>