Shades of Tobacco Brown #685A44
Tints of Tobacco Brown #685A44
RGB
CMYK
RGB Variations
Color information
#685A44 (or 0x685A44) is known color: Tobacco Brown. HEX triplet: 68, 5A and 44. RGB value is (104,90,68). Sum of RGB (Red+Green+Blue) = 104+90+68=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 68 (26.95% from 255 or 25.95% from 262); Max value from RGB is 104 - color contains mainly: red. Hex color #685A44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685A44 is #97A5BB. Grayscale: #5B5B5B. Windows color (decimal): -9938364 or 4479592. OLE color: 4479592.
HSL color Cylindrical-coordinate representation of color #685A44: hue angle of 36.67º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #685A44 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 90 | 68 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.59 |
| HSL | 36.67º | 0.21% | 0.34% | - |
| HSV(B) | 36.67º | 0.35% | 0.41% | - |
| XYZ | 10.41 | 10.67 | 6.98 | - |
| YUV | 91.68 | 114.64 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 68 | 0 | 0.13 | 0.35 | 0.59 | 36.67 | 0.21 | 0.34 |
| Hex | 68 | 5A | 44 | 0 | D | 23 | 3B | 25 | 15 | 22 |
| Octal | 150 | 132 | 104 | 0 | 15 | 43 | 73 | 45 | 25 | 42 |
| Binary | 1101000 | 1011010 | 1000100 | 0 | 1101 | 100011 | 111011 | 100101 | 10101 | 100010 |
Color Harmonies of #685A44
Complementary color
Monochromatic Colors of #685A44
Black with #685A44
Text Example
Text Example
White with #685A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685A44; }
p { color: rgb(104,90,68); }
H1.HeaderClassName
{
color: #685A44;
}
.AnyTagClassName
{
color: #685A44;
}
</style>
background-color css
<style>
a { background-color: #685A44; }
a { background-color: rgb(104,90,68); }
div.DivClassName
{
background-color: #685A44;
}
.BgClassName
{
background-color: #685A44;
}
</style>
border-color css
<style>
span { border-color: #685A44; }
span { border-color: rgb(104,90,68); }
td.TdClassName
{
border-color: #685A44;
}
.TagClassName
{
border-color: #685A44;
}
</style>