Shades of Tobacco Brown #665747
Tints of Tobacco Brown #665747
RGB
CMYK
RGB Variations
Color information
#665747 (or 0x665747) is known color: Tobacco Brown. HEX triplet: 66, 57 and 47. RGB value is (102,87,71). Sum of RGB (Red+Green+Blue) = 102+87+71=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 71 (28.12% from 255 or 27.31% from 260); Max value from RGB is 102 - color contains mainly: red. Hex color #665747 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665747 is #99A8B8. Grayscale: #595959. Windows color (decimal): -10070201 or 4675430. OLE color: 4675430.
HSL color Cylindrical-coordinate representation of color #665747: hue angle of 30.97º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #665747 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 87 | 71 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.6 |
| HSL | 30.97º | 0.18% | 0.34% | - |
| HSV(B) | 30.97º | 0.3% | 0.4% | - |
| XYZ | 10.03 | 10.1 | 7.38 | - |
| YUV | 89.66 | 117.47 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 87 | 71 | 0 | 0.15 | 0.30 | 0.6 | 30.97 | 0.18 | 0.34 |
| Hex | 66 | 57 | 47 | 0 | F | 1E | 3C | 1F | 12 | 22 |
| Octal | 146 | 127 | 107 | 0 | 17 | 36 | 74 | 37 | 22 | 42 |
| Binary | 1100110 | 1010111 | 1000111 | 0 | 1111 | 11110 | 111100 | 11111 | 10010 | 100010 |
Color Harmonies of #665747
Complementary color
Monochromatic Colors of #665747
Black with #665747
Text Example
Text Example
White with #665747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665747; }
p { color: rgb(102,87,71); }
H1.HeaderClassName
{
color: #665747;
}
.AnyTagClassName
{
color: #665747;
}
</style>
background-color css
<style>
a { background-color: #665747; }
a { background-color: rgb(102,87,71); }
div.DivClassName
{
background-color: #665747;
}
.BgClassName
{
background-color: #665747;
}
</style>
border-color css
<style>
span { border-color: #665747; }
span { border-color: rgb(102,87,71); }
td.TdClassName
{
border-color: #665747;
}
.TagClassName
{
border-color: #665747;
}
</style>