Shades of Tobacco Brown #66533A
Tints of Tobacco Brown #66533A
RGB
CMYK
RGB Variations
Color information
#66533A (or 0x66533A) is known color: Tobacco Brown. HEX triplet: 66, 53 and 3A. RGB value is (102,83,58). Sum of RGB (Red+Green+Blue) = 102+83+58=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 102 - color contains mainly: red. Hex color #66533A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66533A is #99ACC5. Grayscale: #555555. Windows color (decimal): -10071238 or 3822438. OLE color: 3822438.
HSL color Cylindrical-coordinate representation of color #66533A: hue angle of 34.09º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66533A is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 83 | 58 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.6 |
| HSL | 34.09º | 0.28% | 0.31% | - |
| HSV(B) | 34.09º | 0.43% | 0.4% | - |
| XYZ | 9.34 | 9.32 | 5.31 | - |
| YUV | 85.83 | 112.29 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 83 | 58 | 0 | 0.19 | 0.43 | 0.6 | 34.09 | 0.28 | 0.31 |
| Hex | 66 | 53 | 3A | 0 | 13 | 2B | 3C | 22 | 1C | 1F |
| Octal | 146 | 123 | 72 | 0 | 23 | 53 | 74 | 42 | 34 | 37 |
| Binary | 1100110 | 1010011 | 111010 | 0 | 10011 | 101011 | 111100 | 100010 | 11100 | 11111 |
Color Harmonies of #66533A
Complementary color
Monochromatic Colors of #66533A
Black with #66533A
Text Example
Text Example
White with #66533A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66533A; }
p { color: rgb(102,83,58); }
H1.HeaderClassName
{
color: #66533A;
}
.AnyTagClassName
{
color: #66533A;
}
</style>
background-color css
<style>
a { background-color: #66533A; }
a { background-color: rgb(102,83,58); }
div.DivClassName
{
background-color: #66533A;
}
.BgClassName
{
background-color: #66533A;
}
</style>
border-color css
<style>
span { border-color: #66533A; }
span { border-color: rgb(102,83,58); }
td.TdClassName
{
border-color: #66533A;
}
.TagClassName
{
border-color: #66533A;
}
</style>