Shades of Tobacco Brown #655645
Tints of Tobacco Brown #655645
RGB
CMYK
RGB Variations
Color information
#655645 (or 0x655645) is known color: Tobacco Brown. HEX triplet: 65, 56 and 45. RGB value is (101,86,69). Sum of RGB (Red+Green+Blue) = 101+86+69=256 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.45% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 101 - color contains mainly: red. Hex color #655645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655645 is #9AA9BA. Grayscale: #585858. Windows color (decimal): -10135995 or 4544101. OLE color: 4544101.
HSL color Cylindrical-coordinate representation of color #655645: hue angle of 31.88º 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 #655645 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 86 | 69 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.60 |
| HSL | 31.88º | 0.19% | 0.33% | - |
| HSV(B) | 31.88º | 0.32% | 0.4% | - |
| XYZ | 9.77 | 9.85 | 7.02 | - |
| YUV | 88.55 | 116.97 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 86 | 69 | 0 | 0.15 | 0.32 | 0.60 | 31.88 | 0.19 | 0.33 |
| Hex | 65 | 56 | 45 | 0 | F | 20 | 3C | 20 | 13 | 21 |
| Octal | 145 | 126 | 105 | 0 | 17 | 40 | 74 | 40 | 23 | 41 |
| Binary | 1100101 | 1010110 | 1000101 | 0 | 1111 | 100000 | 111100 | 100000 | 10011 | 100001 |
Color Harmonies of #655645
Complementary color
Monochromatic Colors of #655645
Black with #655645
Text Example
Text Example
White with #655645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655645; }
p { color: rgb(101,86,69); }
H1.HeaderClassName
{
color: #655645;
}
.AnyTagClassName
{
color: #655645;
}
</style>
background-color css
<style>
a { background-color: #655645; }
a { background-color: rgb(101,86,69); }
div.DivClassName
{
background-color: #655645;
}
.BgClassName
{
background-color: #655645;
}
</style>
border-color css
<style>
span { border-color: #655645; }
span { border-color: rgb(101,86,69); }
td.TdClassName
{
border-color: #655645;
}
.TagClassName
{
border-color: #655645;
}
</style>