Shades of Tobacco Brown #68523E
Tints of Tobacco Brown #68523E
RGB
CMYK
RGB Variations
Color information
#68523E (or 0x68523E) is known color: Tobacco Brown. HEX triplet: 68, 52 and 3E. RGB value is (104,82,62). Sum of RGB (Red+Green+Blue) = 104+82+62=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 62 (24.61% from 255 or 25% from 248); Max value from RGB is 104 - color contains mainly: red. Hex color #68523E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68523E is #97ADC1. Grayscale: #565656. Windows color (decimal): -9940418 or 4084328. OLE color: 4084328.
HSL color Cylindrical-coordinate representation of color #68523E: hue angle of 28.57º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68523E is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 82 | 62 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.59 |
| HSL | 28.57º | 0.25% | 0.33% | - |
| HSV(B) | 28.57º | 0.4% | 0.41% | - |
| XYZ | 9.6 | 9.33 | 5.85 | - |
| YUV | 86.3 | 114.29 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 82 | 62 | 0 | 0.21 | 0.40 | 0.59 | 28.57 | 0.25 | 0.33 |
| Hex | 68 | 52 | 3E | 0 | 15 | 28 | 3B | 1D | 19 | 21 |
| Octal | 150 | 122 | 76 | 0 | 25 | 50 | 73 | 35 | 31 | 41 |
| Binary | 1101000 | 1010010 | 111110 | 0 | 10101 | 101000 | 111011 | 11101 | 11001 | 100001 |
Color Harmonies of #68523E
Complementary color
Monochromatic Colors of #68523E
Black with #68523E
Text Example
Text Example
White with #68523E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68523E; }
p { color: rgb(104,82,62); }
H1.HeaderClassName
{
color: #68523E;
}
.AnyTagClassName
{
color: #68523E;
}
</style>
background-color css
<style>
a { background-color: #68523E; }
a { background-color: rgb(104,82,62); }
div.DivClassName
{
background-color: #68523E;
}
.BgClassName
{
background-color: #68523E;
}
</style>
border-color css
<style>
span { border-color: #68523E; }
span { border-color: rgb(104,82,62); }
td.TdClassName
{
border-color: #68523E;
}
.TagClassName
{
border-color: #68523E;
}
</style>