Shades of Tobacco Brown #665544
Tints of Tobacco Brown #665544
RGB
CMYK
RGB Variations
Color information
#665544 (or 0x665544) is known color: Tobacco Brown. HEX triplet: 66, 55 and 44. RGB value is (102,85,68). Sum of RGB (Red+Green+Blue) = 102+85+68=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 68 (26.95% from 255 or 26.67% from 255); Max value from RGB is 102 - color contains mainly: red. Hex color #665544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665544 is #99AABB. Grayscale: #585858. Windows color (decimal): -10070716 or 4478310. OLE color: 4478310.
HSL color Cylindrical-coordinate representation of color #665544: hue angle of 30º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #665544 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 85 | 68 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.6 |
| HSL | 30º | 0.2% | 0.33% | - |
| HSV(B) | 30º | 0.33% | 0.4% | - |
| XYZ | 9.77 | 9.74 | 6.83 | - |
| YUV | 88.15 | 116.63 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 85 | 68 | 0 | 0.17 | 0.33 | 0.6 | 30 | 0.2 | 0.33 |
| Hex | 66 | 55 | 44 | 0 | 11 | 21 | 3C | 1E | 14 | 21 |
| Octal | 146 | 125 | 104 | 0 | 21 | 41 | 74 | 36 | 24 | 41 |
| Binary | 1100110 | 1010101 | 1000100 | 0 | 10001 | 100001 | 111100 | 11110 | 10100 | 100001 |
Color Harmonies of #665544
Complementary color
Monochromatic Colors of #665544
Black with #665544
Text Example
Text Example
White with #665544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665544; }
p { color: rgb(102,85,68); }
H1.HeaderClassName
{
color: #665544;
}
.AnyTagClassName
{
color: #665544;
}
</style>
background-color css
<style>
a { background-color: #665544; }
a { background-color: rgb(102,85,68); }
div.DivClassName
{
background-color: #665544;
}
.BgClassName
{
background-color: #665544;
}
</style>
border-color css
<style>
span { border-color: #665544; }
span { border-color: rgb(102,85,68); }
td.TdClassName
{
border-color: #665544;
}
.TagClassName
{
border-color: #665544;
}
</style>