Shades of Tobacco Brown #66563C
Tints of Tobacco Brown #66563C
RGB
CMYK
RGB Variations
Color information
#66563C (or 0x66563C) is known color: Tobacco Brown. HEX triplet: 66, 56 and 3C. RGB value is (102,86,60). Sum of RGB (Red+Green+Blue) = 102+86+60=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 102 - color contains mainly: red. Hex color #66563C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66563C is #99A9C3. Grayscale: #575757. Windows color (decimal): -10070468 or 3954278. OLE color: 3954278.
HSL color Cylindrical-coordinate representation of color #66563C: hue angle of 37.14º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66563C is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 86 | 60 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.6 |
| HSL | 37.14º | 0.26% | 0.32% | - |
| HSV(B) | 37.14º | 0.41% | 0.4% | - |
| XYZ | 9.62 | 9.81 | 5.66 | - |
| YUV | 87.82 | 112.3 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 86 | 60 | 0 | 0.16 | 0.41 | 0.6 | 37.14 | 0.26 | 0.32 |
| Hex | 66 | 56 | 3C | 0 | 10 | 29 | 3C | 25 | 1A | 20 |
| Octal | 146 | 126 | 74 | 0 | 20 | 51 | 74 | 45 | 32 | 40 |
| Binary | 1100110 | 1010110 | 111100 | 0 | 10000 | 101001 | 111100 | 100101 | 11010 | 100000 |
Color Harmonies of #66563C
Complementary color
Monochromatic Colors of #66563C
Black with #66563C
Text Example
Text Example
White with #66563C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66563C; }
p { color: rgb(102,86,60); }
H1.HeaderClassName
{
color: #66563C;
}
.AnyTagClassName
{
color: #66563C;
}
</style>
background-color css
<style>
a { background-color: #66563C; }
a { background-color: rgb(102,86,60); }
div.DivClassName
{
background-color: #66563C;
}
.BgClassName
{
background-color: #66563C;
}
</style>
border-color css
<style>
span { border-color: #66563C; }
span { border-color: rgb(102,86,60); }
td.TdClassName
{
border-color: #66563C;
}
.TagClassName
{
border-color: #66563C;
}
</style>