Shades of Tobacco Brown #65513D
Tints of Tobacco Brown #65513D
RGB
CMYK
RGB Variations
Color information
#65513D (or 0x65513D) is known color: Tobacco Brown. HEX triplet: 65, 51 and 3D. RGB value is (101,81,61). Sum of RGB (Red+Green+Blue) = 101+81+61=243 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.56% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 101 - color contains mainly: red. Hex color #65513D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65513D is #9AAEC2. Grayscale: #545454. Windows color (decimal): -10137283 or 4018533. OLE color: 4018533.
HSL color Cylindrical-coordinate representation of color #65513D: hue angle of 30º 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 #65513D is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 81 | 61 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.60 |
| HSL | 30º | 0.25% | 0.32% | - |
| HSV(B) | 30º | 0.4% | 0.4% | - |
| XYZ | 9.15 | 8.99 | 5.67 | - |
| YUV | 84.7 | 114.63 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 81 | 61 | 0 | 0.20 | 0.40 | 0.60 | 30 | 0.25 | 0.32 |
| Hex | 65 | 51 | 3D | 0 | 14 | 28 | 3C | 1E | 19 | 20 |
| Octal | 145 | 121 | 75 | 0 | 24 | 50 | 74 | 36 | 31 | 40 |
| Binary | 1100101 | 1010001 | 111101 | 0 | 10100 | 101000 | 111100 | 11110 | 11001 | 100000 |
Color Harmonies of #65513D
Complementary color
Monochromatic Colors of #65513D
Black with #65513D
Text Example
Text Example
White with #65513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65513D; }
p { color: rgb(101,81,61); }
H1.HeaderClassName
{
color: #65513D;
}
.AnyTagClassName
{
color: #65513D;
}
</style>
background-color css
<style>
a { background-color: #65513D; }
a { background-color: rgb(101,81,61); }
div.DivClassName
{
background-color: #65513D;
}
.BgClassName
{
background-color: #65513D;
}
</style>
border-color css
<style>
span { border-color: #65513D; }
span { border-color: rgb(101,81,61); }
td.TdClassName
{
border-color: #65513D;
}
.TagClassName
{
border-color: #65513D;
}
</style>