Shades of Tobacco Brown #685A43
Tints of Tobacco Brown #685A43
RGB
CMYK
RGB Variations
Color information
#685A43 (or 0x685A43) is known color: Tobacco Brown. HEX triplet: 68, 5A and 43. RGB value is (104,90,67). Sum of RGB (Red+Green+Blue) = 104+90+67=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 67 (26.56% from 255 or 25.67% from 261); Max value from RGB is 104 - color contains mainly: red. Hex color #685A43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685A43 is #97A5BC. Grayscale: #5B5B5B. Windows color (decimal): -9938365 or 4414056. OLE color: 4414056.
HSL color Cylindrical-coordinate representation of color #685A43: hue angle of 37.3º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #685A43 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 90 | 67 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.59 |
| HSL | 37.3º | 0.22% | 0.34% | - |
| HSV(B) | 37.3º | 0.36% | 0.41% | - |
| XYZ | 10.38 | 10.66 | 6.82 | - |
| YUV | 91.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 67 | 0 | 0.13 | 0.36 | 0.59 | 37.3 | 0.22 | 0.34 |
| Hex | 68 | 5A | 43 | 0 | D | 24 | 3B | 25 | 16 | 22 |
| Octal | 150 | 132 | 103 | 0 | 15 | 44 | 73 | 45 | 26 | 42 |
| Binary | 1101000 | 1011010 | 1000011 | 0 | 1101 | 100100 | 111011 | 100101 | 10110 | 100010 |
Color Harmonies of #685A43
Complementary color
Monochromatic Colors of #685A43
Black with #685A43
Text Example
Text Example
White with #685A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685A43; }
p { color: rgb(104,90,67); }
H1.HeaderClassName
{
color: #685A43;
}
.AnyTagClassName
{
color: #685A43;
}
</style>
background-color css
<style>
a { background-color: #685A43; }
a { background-color: rgb(104,90,67); }
div.DivClassName
{
background-color: #685A43;
}
.BgClassName
{
background-color: #685A43;
}
</style>
border-color css
<style>
span { border-color: #685A43; }
span { border-color: rgb(104,90,67); }
td.TdClassName
{
border-color: #685A43;
}
.TagClassName
{
border-color: #685A43;
}
</style>