Shades of Tobacco Brown #68553C
Tints of Tobacco Brown #68553C
RGB
CMYK
RGB Variations
Color information
#68553C (or 0x68553C) is known color: Tobacco Brown. HEX triplet: 68, 55 and 3C. RGB value is (104,85,60). Sum of RGB (Red+Green+Blue) = 104+85+60=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #68553C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68553C is #97AAC3. Grayscale: #575757. Windows color (decimal): -9939652 or 3954024. OLE color: 3954024.
HSL color Cylindrical-coordinate representation of color #68553C: hue angle of 34.09º 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 #68553C is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 85 | 60 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.59 |
| HSL | 34.09º | 0.27% | 0.32% | - |
| HSV(B) | 34.09º | 0.42% | 0.41% | - |
| XYZ | 9.77 | 9.77 | 5.64 | - |
| YUV | 87.83 | 112.29 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 85 | 60 | 0 | 0.18 | 0.42 | 0.59 | 34.09 | 0.27 | 0.32 |
| Hex | 68 | 55 | 3C | 0 | 12 | 2A | 3B | 22 | 1B | 20 |
| Octal | 150 | 125 | 74 | 0 | 22 | 52 | 73 | 42 | 33 | 40 |
| Binary | 1101000 | 1010101 | 111100 | 0 | 10010 | 101010 | 111011 | 100010 | 11011 | 100000 |
Color Harmonies of #68553C
Complementary color
Monochromatic Colors of #68553C
Black with #68553C
Text Example
Text Example
White with #68553C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68553C; }
p { color: rgb(104,85,60); }
H1.HeaderClassName
{
color: #68553C;
}
.AnyTagClassName
{
color: #68553C;
}
</style>
background-color css
<style>
a { background-color: #68553C; }
a { background-color: rgb(104,85,60); }
div.DivClassName
{
background-color: #68553C;
}
.BgClassName
{
background-color: #68553C;
}
</style>
border-color css
<style>
span { border-color: #68553C; }
span { border-color: rgb(104,85,60); }
td.TdClassName
{
border-color: #68553C;
}
.TagClassName
{
border-color: #68553C;
}
</style>