Shades of Tobacco Brown #68513A
Tints of Tobacco Brown #68513A
RGB
CMYK
RGB Variations
Color information
#68513A (or 0x68513A) is known color: Tobacco Brown. HEX triplet: 68, 51 and 3A. RGB value is (104,81,58). Sum of RGB (Red+Green+Blue) = 104+81+58=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 104 - color contains mainly: red. Hex color #68513A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68513A is #97AEC5. Grayscale: #555555. Windows color (decimal): -9940678 or 3821928. OLE color: 3821928.
HSL color Cylindrical-coordinate representation of color #68513A: hue angle of 30º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68513A is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 81 | 58 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.59 |
| HSL | 30º | 0.28% | 0.32% | - |
| HSV(B) | 30º | 0.44% | 0.41% | - |
| XYZ | 9.42 | 9.13 | 5.27 | - |
| YUV | 85.26 | 112.62 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 81 | 58 | 0 | 0.22 | 0.44 | 0.59 | 30 | 0.28 | 0.32 |
| Hex | 68 | 51 | 3A | 0 | 16 | 2C | 3B | 1E | 1C | 20 |
| Octal | 150 | 121 | 72 | 0 | 26 | 54 | 73 | 36 | 34 | 40 |
| Binary | 1101000 | 1010001 | 111010 | 0 | 10110 | 101100 | 111011 | 11110 | 11100 | 100000 |
Color Harmonies of #68513A
Complementary color
Monochromatic Colors of #68513A
Black with #68513A
Text Example
Text Example
White with #68513A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68513A; }
p { color: rgb(104,81,58); }
H1.HeaderClassName
{
color: #68513A;
}
.AnyTagClassName
{
color: #68513A;
}
</style>
background-color css
<style>
a { background-color: #68513A; }
a { background-color: rgb(104,81,58); }
div.DivClassName
{
background-color: #68513A;
}
.BgClassName
{
background-color: #68513A;
}
</style>
border-color css
<style>
span { border-color: #68513A; }
span { border-color: rgb(104,81,58); }
td.TdClassName
{
border-color: #68513A;
}
.TagClassName
{
border-color: #68513A;
}
</style>