Shades of Tobacco Brown #66513D
Tints of Tobacco Brown #66513D
RGB
CMYK
RGB Variations
Color information
#66513D (or 0x66513D) is known color: Tobacco Brown. HEX triplet: 66, 51 and 3D. RGB value is (102,81,61). Sum of RGB (Red+Green+Blue) = 102+81+61=244 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.80% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 102 - color contains mainly: red. Hex color #66513D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66513D is #99AEC2. Grayscale: #555555. Windows color (decimal): -10071747 or 4018534. OLE color: 4018534.
HSL color Cylindrical-coordinate representation of color #66513D: hue angle of 29.27º 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 #66513D is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 81 | 61 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.6 |
| HSL | 29.27º | 0.25% | 0.32% | - |
| HSV(B) | 29.27º | 0.4% | 0.4% | - |
| XYZ | 9.26 | 9.05 | 5.67 | - |
| YUV | 85 | 114.46 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 81 | 61 | 0 | 0.21 | 0.40 | 0.6 | 29.27 | 0.25 | 0.32 |
| Hex | 66 | 51 | 3D | 0 | 15 | 28 | 3C | 1D | 19 | 20 |
| Octal | 146 | 121 | 75 | 0 | 25 | 50 | 74 | 35 | 31 | 40 |
| Binary | 1100110 | 1010001 | 111101 | 0 | 10101 | 101000 | 111100 | 11101 | 11001 | 100000 |
Color Harmonies of #66513D
Complementary color
Monochromatic Colors of #66513D
Black with #66513D
Text Example
Text Example
White with #66513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66513D; }
p { color: rgb(102,81,61); }
H1.HeaderClassName
{
color: #66513D;
}
.AnyTagClassName
{
color: #66513D;
}
</style>
background-color css
<style>
a { background-color: #66513D; }
a { background-color: rgb(102,81,61); }
div.DivClassName
{
background-color: #66513D;
}
.BgClassName
{
background-color: #66513D;
}
</style>
border-color css
<style>
span { border-color: #66513D; }
span { border-color: rgb(102,81,61); }
td.TdClassName
{
border-color: #66513D;
}
.TagClassName
{
border-color: #66513D;
}
</style>