Shades of Tobacco Brown #66503B
Tints of Tobacco Brown #66503B
RGB
CMYK
RGB Variations
Color information
#66503B (or 0x66503B) is known color: Tobacco Brown. HEX triplet: 66, 50 and 3B. RGB value is (102,80,59). Sum of RGB (Red+Green+Blue) = 102+80+59=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 102 - color contains mainly: red. Hex color #66503B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66503B is #99AFC4. Grayscale: #545454. Windows color (decimal): -10072005 or 3887206. OLE color: 3887206.
HSL color Cylindrical-coordinate representation of color #66503B: hue angle of 29.3º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66503B is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 80 | 59 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.6 |
| HSL | 29.3º | 0.27% | 0.32% | - |
| HSV(B) | 29.3º | 0.42% | 0.4% | - |
| XYZ | 9.14 | 8.88 | 5.37 | - |
| YUV | 84.18 | 113.79 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 80 | 59 | 0 | 0.22 | 0.42 | 0.6 | 29.3 | 0.27 | 0.32 |
| Hex | 66 | 50 | 3B | 0 | 16 | 2A | 3C | 1D | 1B | 20 |
| Octal | 146 | 120 | 73 | 0 | 26 | 52 | 74 | 35 | 33 | 40 |
| Binary | 1100110 | 1010000 | 111011 | 0 | 10110 | 101010 | 111100 | 11101 | 11011 | 100000 |
Color Harmonies of #66503B
Complementary color
Monochromatic Colors of #66503B
Black with #66503B
Text Example
Text Example
White with #66503B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66503B; }
p { color: rgb(102,80,59); }
H1.HeaderClassName
{
color: #66503B;
}
.AnyTagClassName
{
color: #66503B;
}
</style>
background-color css
<style>
a { background-color: #66503B; }
a { background-color: rgb(102,80,59); }
div.DivClassName
{
background-color: #66503B;
}
.BgClassName
{
background-color: #66503B;
}
</style>
border-color css
<style>
span { border-color: #66503B; }
span { border-color: rgb(102,80,59); }
td.TdClassName
{
border-color: #66503B;
}
.TagClassName
{
border-color: #66503B;
}
</style>