Shades of Tobacco Brown #68523D
Tints of Tobacco Brown #68523D
RGB
CMYK
RGB Variations
Color information
#68523D (or 0x68523D) is known color: Tobacco Brown. HEX triplet: 68, 52 and 3D. RGB value is (104,82,61). Sum of RGB (Red+Green+Blue) = 104+82+61=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 104 - color contains mainly: red. Hex color #68523D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68523D is #97ADC2. Grayscale: #565656. Windows color (decimal): -9940419 or 4018792. OLE color: 4018792.
HSL color Cylindrical-coordinate representation of color #68523D: hue angle of 29.3º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68523D is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 82 | 61 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.59 |
| HSL | 29.3º | 0.26% | 0.32% | - |
| HSV(B) | 29.3º | 0.41% | 0.41% | - |
| XYZ | 9.57 | 9.31 | 5.71 | - |
| YUV | 86.18 | 113.79 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 82 | 61 | 0 | 0.21 | 0.41 | 0.59 | 29.3 | 0.26 | 0.32 |
| Hex | 68 | 52 | 3D | 0 | 15 | 29 | 3B | 1D | 1A | 20 |
| Octal | 150 | 122 | 75 | 0 | 25 | 51 | 73 | 35 | 32 | 40 |
| Binary | 1101000 | 1010010 | 111101 | 0 | 10101 | 101001 | 111011 | 11101 | 11010 | 100000 |
Color Harmonies of #68523D
Complementary color
Monochromatic Colors of #68523D
Black with #68523D
Text Example
Text Example
White with #68523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68523D; }
p { color: rgb(104,82,61); }
H1.HeaderClassName
{
color: #68523D;
}
.AnyTagClassName
{
color: #68523D;
}
</style>
background-color css
<style>
a { background-color: #68523D; }
a { background-color: rgb(104,82,61); }
div.DivClassName
{
background-color: #68523D;
}
.BgClassName
{
background-color: #68523D;
}
</style>
border-color css
<style>
span { border-color: #68523D; }
span { border-color: rgb(104,82,61); }
td.TdClassName
{
border-color: #68523D;
}
.TagClassName
{
border-color: #68523D;
}
</style>