Shades of Tobacco Brown #685A40
Tints of Tobacco Brown #685A40
RGB
CMYK
RGB Variations
Color information
#685A40 (or 0x685A40) is known color: Tobacco Brown. HEX triplet: 68, 5A and 40. RGB value is (104,90,64). Sum of RGB (Red+Green+Blue) = 104+90+64=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 104 - color contains mainly: red. Hex color #685A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685A40 is #97A5BF. Grayscale: #5B5B5B. Windows color (decimal): -9938368 or 4217448. OLE color: 4217448.
HSL color Cylindrical-coordinate representation of color #685A40: hue angle of 39º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #685A40 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 90 | 64 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.59 |
| HSL | 39º | 0.24% | 0.33% | - |
| HSV(B) | 39º | 0.38% | 0.41% | - |
| XYZ | 10.29 | 10.63 | 6.36 | - |
| YUV | 91.22 | 112.64 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 64 | 0 | 0.13 | 0.38 | 0.59 | 39 | 0.24 | 0.33 |
| Hex | 68 | 5A | 40 | 0 | D | 26 | 3B | 27 | 18 | 21 |
| Octal | 150 | 132 | 100 | 0 | 15 | 46 | 73 | 47 | 30 | 41 |
| Binary | 1101000 | 1011010 | 1000000 | 0 | 1101 | 100110 | 111011 | 100111 | 11000 | 100001 |
Color Harmonies of #685A40
Complementary color
Monochromatic Colors of #685A40
Black with #685A40
Text Example
Text Example
White with #685A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685A40; }
p { color: rgb(104,90,64); }
H1.HeaderClassName
{
color: #685A40;
}
.AnyTagClassName
{
color: #685A40;
}
</style>
background-color css
<style>
a { background-color: #685A40; }
a { background-color: rgb(104,90,64); }
div.DivClassName
{
background-color: #685A40;
}
.BgClassName
{
background-color: #685A40;
}
</style>
border-color css
<style>
span { border-color: #685A40; }
span { border-color: rgb(104,90,64); }
td.TdClassName
{
border-color: #685A40;
}
.TagClassName
{
border-color: #685A40;
}
</style>