Shades of Tobacco Brown #68533C
Tints of Tobacco Brown #68533C
RGB
CMYK
RGB Variations
Color information
#68533C (or 0x68533C) is known color: Tobacco Brown. HEX triplet: 68, 53 and 3C. RGB value is (104,83,60). Sum of RGB (Red+Green+Blue) = 104+83+60=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 104 - color contains mainly: red. Hex color #68533C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68533C is #97ACC3. Grayscale: #565656. Windows color (decimal): -9940164 or 3953512. OLE color: 3953512.
HSL color Cylindrical-coordinate representation of color #68533C: hue angle of 31.36º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68533C is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 83 | 60 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.59 |
| HSL | 31.36º | 0.27% | 0.32% | - |
| HSV(B) | 31.36º | 0.42% | 0.41% | - |
| XYZ | 9.62 | 9.46 | 5.59 | - |
| YUV | 86.66 | 112.96 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 83 | 60 | 0 | 0.20 | 0.42 | 0.59 | 31.36 | 0.27 | 0.32 |
| Hex | 68 | 53 | 3C | 0 | 14 | 2A | 3B | 1F | 1B | 20 |
| Octal | 150 | 123 | 74 | 0 | 24 | 52 | 73 | 37 | 33 | 40 |
| Binary | 1101000 | 1010011 | 111100 | 0 | 10100 | 101010 | 111011 | 11111 | 11011 | 100000 |
Color Harmonies of #68533C
Complementary color
Monochromatic Colors of #68533C
Black with #68533C
Text Example
Text Example
White with #68533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68533C; }
p { color: rgb(104,83,60); }
H1.HeaderClassName
{
color: #68533C;
}
.AnyTagClassName
{
color: #68533C;
}
</style>
background-color css
<style>
a { background-color: #68533C; }
a { background-color: rgb(104,83,60); }
div.DivClassName
{
background-color: #68533C;
}
.BgClassName
{
background-color: #68533C;
}
</style>
border-color css
<style>
span { border-color: #68533C; }
span { border-color: rgb(104,83,60); }
td.TdClassName
{
border-color: #68533C;
}
.TagClassName
{
border-color: #68533C;
}
</style>