Shades of Tobacco Brown #65533F
Tints of Tobacco Brown #65533F
RGB
CMYK
RGB Variations
Color information
#65533F (or 0x65533F) is known color: Tobacco Brown. HEX triplet: 65, 53 and 3F. RGB value is (101,83,63). Sum of RGB (Red+Green+Blue) = 101+83+63=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 101 - color contains mainly: red. Hex color #65533F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65533F is #9AACC0. Grayscale: #565656. Windows color (decimal): -10136769 or 4150117. OLE color: 4150117.
HSL color Cylindrical-coordinate representation of color #65533F: hue angle of 31.58º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65533F is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 83 | 63 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.60 |
| HSL | 31.58º | 0.23% | 0.32% | - |
| HSV(B) | 31.58º | 0.38% | 0.4% | - |
| XYZ | 9.36 | 9.31 | 6.01 | - |
| YUV | 86.1 | 114.96 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 83 | 63 | 0 | 0.18 | 0.38 | 0.60 | 31.58 | 0.23 | 0.32 |
| Hex | 65 | 53 | 3F | 0 | 12 | 26 | 3C | 20 | 17 | 20 |
| Octal | 145 | 123 | 77 | 0 | 22 | 46 | 74 | 40 | 27 | 40 |
| Binary | 1100101 | 1010011 | 111111 | 0 | 10010 | 100110 | 111100 | 100000 | 10111 | 100000 |
Color Harmonies of #65533F
Complementary color
Monochromatic Colors of #65533F
Black with #65533F
Text Example
Text Example
White with #65533F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65533F; }
p { color: rgb(101,83,63); }
H1.HeaderClassName
{
color: #65533F;
}
.AnyTagClassName
{
color: #65533F;
}
</style>
background-color css
<style>
a { background-color: #65533F; }
a { background-color: rgb(101,83,63); }
div.DivClassName
{
background-color: #65533F;
}
.BgClassName
{
background-color: #65533F;
}
</style>
border-color css
<style>
span { border-color: #65533F; }
span { border-color: rgb(101,83,63); }
td.TdClassName
{
border-color: #65533F;
}
.TagClassName
{
border-color: #65533F;
}
</style>