Shades of Tobacco Brown #66553E
Tints of Tobacco Brown #66553E
RGB
CMYK
RGB Variations
Color information
#66553E (or 0x66553E) is known color: Tobacco Brown. HEX triplet: 66, 55 and 3E. RGB value is (102,85,62). Sum of RGB (Red+Green+Blue) = 102+85+62=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 62 (24.61% from 255 or 24.90% from 249); Max value from RGB is 102 - color contains mainly: red. Hex color #66553E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66553E is #99AAC1. Grayscale: #575757. Windows color (decimal): -10070722 or 4085094. OLE color: 4085094.
HSL color Cylindrical-coordinate representation of color #66553E: hue angle of 34.5º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66553E is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 85 | 62 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.6 |
| HSL | 34.5º | 0.24% | 0.32% | - |
| HSV(B) | 34.5º | 0.39% | 0.4% | - |
| XYZ | 9.6 | 9.67 | 5.92 | - |
| YUV | 87.46 | 113.63 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 85 | 62 | 0 | 0.17 | 0.39 | 0.6 | 34.5 | 0.24 | 0.32 |
| Hex | 66 | 55 | 3E | 0 | 11 | 27 | 3C | 22 | 18 | 20 |
| Octal | 146 | 125 | 76 | 0 | 21 | 47 | 74 | 42 | 30 | 40 |
| Binary | 1100110 | 1010101 | 111110 | 0 | 10001 | 100111 | 111100 | 100010 | 11000 | 100000 |
Color Harmonies of #66553E
Complementary color
Monochromatic Colors of #66553E
Black with #66553E
Text Example
Text Example
White with #66553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66553E; }
p { color: rgb(102,85,62); }
H1.HeaderClassName
{
color: #66553E;
}
.AnyTagClassName
{
color: #66553E;
}
</style>
background-color css
<style>
a { background-color: #66553E; }
a { background-color: rgb(102,85,62); }
div.DivClassName
{
background-color: #66553E;
}
.BgClassName
{
background-color: #66553E;
}
</style>
border-color css
<style>
span { border-color: #66553E; }
span { border-color: rgb(102,85,62); }
td.TdClassName
{
border-color: #66553E;
}
.TagClassName
{
border-color: #66553E;
}
</style>