Shades of Tobacco Brown #655545
Tints of Tobacco Brown #655545
RGB
CMYK
RGB Variations
Color information
#655545 (or 0x655545) is known color: Tobacco Brown. HEX triplet: 65, 55 and 45. RGB value is (101,85,69). Sum of RGB (Red+Green+Blue) = 101+85+69=255 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.61% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 101 - color contains mainly: red. Hex color #655545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655545 is #9AAABA. Grayscale: #585858. Windows color (decimal): -10136251 or 4543845. OLE color: 4543845.
HSL color Cylindrical-coordinate representation of color #655545: hue angle of 30º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #655545 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 85 | 69 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.60 |
| HSL | 30º | 0.19% | 0.33% | - |
| HSV(B) | 30º | 0.32% | 0.4% | - |
| XYZ | 9.69 | 9.69 | 6.99 | - |
| YUV | 87.96 | 117.3 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 85 | 69 | 0 | 0.16 | 0.32 | 0.60 | 30 | 0.19 | 0.33 |
| Hex | 65 | 55 | 45 | 0 | 10 | 20 | 3C | 1E | 13 | 21 |
| Octal | 145 | 125 | 105 | 0 | 20 | 40 | 74 | 36 | 23 | 41 |
| Binary | 1100101 | 1010101 | 1000101 | 0 | 10000 | 100000 | 111100 | 11110 | 10011 | 100001 |
Color Harmonies of #655545
Complementary color
Monochromatic Colors of #655545
Black with #655545
Text Example
Text Example
White with #655545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655545; }
p { color: rgb(101,85,69); }
H1.HeaderClassName
{
color: #655545;
}
.AnyTagClassName
{
color: #655545;
}
</style>
background-color css
<style>
a { background-color: #655545; }
a { background-color: rgb(101,85,69); }
div.DivClassName
{
background-color: #655545;
}
.BgClassName
{
background-color: #655545;
}
</style>
border-color css
<style>
span { border-color: #655545; }
span { border-color: rgb(101,85,69); }
td.TdClassName
{
border-color: #655545;
}
.TagClassName
{
border-color: #655545;
}
</style>