Shades of Tobacco Brown #66533D
Tints of Tobacco Brown #66533D
RGB
CMYK
RGB Variations
Color information
#66533D (or 0x66533D) is known color: Tobacco Brown. HEX triplet: 66, 53 and 3D. RGB value is (102,83,61). Sum of RGB (Red+Green+Blue) = 102+83+61=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 102 - color contains mainly: red. Hex color #66533D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66533D is #99ACC2. Grayscale: #565656. Windows color (decimal): -10071235 or 4019046. OLE color: 4019046.
HSL color Cylindrical-coordinate representation of color #66533D: hue angle of 32.2º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66533D is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 83 | 61 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.6 |
| HSL | 32.2º | 0.25% | 0.32% | - |
| HSV(B) | 32.2º | 0.4% | 0.4% | - |
| XYZ | 9.42 | 9.35 | 5.72 | - |
| YUV | 86.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 83 | 61 | 0 | 0.19 | 0.40 | 0.6 | 32.2 | 0.25 | 0.32 |
| Hex | 66 | 53 | 3D | 0 | 13 | 28 | 3C | 20 | 19 | 20 |
| Octal | 146 | 123 | 75 | 0 | 23 | 50 | 74 | 40 | 31 | 40 |
| Binary | 1100110 | 1010011 | 111101 | 0 | 10011 | 101000 | 111100 | 100000 | 11001 | 100000 |
Color Harmonies of #66533D
Complementary color
Monochromatic Colors of #66533D
Black with #66533D
Text Example
Text Example
White with #66533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66533D; }
p { color: rgb(102,83,61); }
H1.HeaderClassName
{
color: #66533D;
}
.AnyTagClassName
{
color: #66533D;
}
</style>
background-color css
<style>
a { background-color: #66533D; }
a { background-color: rgb(102,83,61); }
div.DivClassName
{
background-color: #66533D;
}
.BgClassName
{
background-color: #66533D;
}
</style>
border-color css
<style>
span { border-color: #66533D; }
span { border-color: rgb(102,83,61); }
td.TdClassName
{
border-color: #66533D;
}
.TagClassName
{
border-color: #66533D;
}
</style>