Shades of Tobacco Brown #665542
Tints of Tobacco Brown #665542
RGB
CMYK
RGB Variations
Color information
#665542 (or 0x665542) is known color: Tobacco Brown. HEX triplet: 66, 55 and 42. RGB value is (102,85,66). Sum of RGB (Red+Green+Blue) = 102+85+66=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 102 - color contains mainly: red. Hex color #665542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665542 is #99AABD. Grayscale: #585858. Windows color (decimal): -10070718 or 4347238. OLE color: 4347238.
HSL color Cylindrical-coordinate representation of color #665542: hue angle of 31.67º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #665542 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 85 | 66 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.6 |
| HSL | 31.67º | 0.21% | 0.33% | - |
| HSV(B) | 31.67º | 0.35% | 0.4% | - |
| XYZ | 9.71 | 9.72 | 6.52 | - |
| YUV | 87.92 | 115.63 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 85 | 66 | 0 | 0.17 | 0.35 | 0.6 | 31.67 | 0.21 | 0.33 |
| Hex | 66 | 55 | 42 | 0 | 11 | 23 | 3C | 20 | 15 | 21 |
| Octal | 146 | 125 | 102 | 0 | 21 | 43 | 74 | 40 | 25 | 41 |
| Binary | 1100110 | 1010101 | 1000010 | 0 | 10001 | 100011 | 111100 | 100000 | 10101 | 100001 |
Color Harmonies of #665542
Complementary color
Monochromatic Colors of #665542
Black with #665542
Text Example
Text Example
White with #665542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665542; }
p { color: rgb(102,85,66); }
H1.HeaderClassName
{
color: #665542;
}
.AnyTagClassName
{
color: #665542;
}
</style>
background-color css
<style>
a { background-color: #665542; }
a { background-color: rgb(102,85,66); }
div.DivClassName
{
background-color: #665542;
}
.BgClassName
{
background-color: #665542;
}
</style>
border-color css
<style>
span { border-color: #665542; }
span { border-color: rgb(102,85,66); }
td.TdClassName
{
border-color: #665542;
}
.TagClassName
{
border-color: #665542;
}
</style>