Shades of Tobacco Brown #6E5D45
Tints of Tobacco Brown #6E5D45
RGB
CMYK
RGB Variations
Color information
#6E5D45 (or 0x6E5D45) is known color: Tobacco Brown. HEX triplet: 6E, 5D and 45. RGB value is (110,93,69). Sum of RGB (Red+Green+Blue) = 110+93+69=272 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.44% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5D45 is #91A2BA. Grayscale: #5F5F5F. Windows color (decimal): -9544379 or 4545902. OLE color: 4545902.
HSL color Cylindrical-coordinate representation of color #6E5D45: hue angle of 35.12º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6E5D45 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 93 | 69 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.57 |
| HSL | 35.12º | 0.23% | 0.35% | - |
| HSV(B) | 35.12º | 0.37% | 0.43% | - |
| XYZ | 11.42 | 11.57 | 7.26 | - |
| YUV | 95.35 | 113.13 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 93 | 69 | 0 | 0.15 | 0.37 | 0.57 | 35.12 | 0.23 | 0.35 |
| Hex | 6E | 5D | 45 | 0 | F | 25 | 39 | 23 | 17 | 23 |
| Octal | 156 | 135 | 105 | 0 | 17 | 45 | 71 | 43 | 27 | 43 |
| Binary | 1101110 | 1011101 | 1000101 | 0 | 1111 | 100101 | 111001 | 100011 | 10111 | 100011 |
Color Harmonies of #6E5D45
Complementary color
Monochromatic Colors of #6E5D45
Black with #6E5D45
Text Example
Text Example
White with #6E5D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5D45; }
p { color: rgb(110,93,69); }
H1.HeaderClassName
{
color: #6E5D45;
}
.AnyTagClassName
{
color: #6E5D45;
}
</style>
background-color css
<style>
a { background-color: #6E5D45; }
a { background-color: rgb(110,93,69); }
div.DivClassName
{
background-color: #6E5D45;
}
.BgClassName
{
background-color: #6E5D45;
}
</style>
border-color css
<style>
span { border-color: #6E5D45; }
span { border-color: rgb(110,93,69); }
td.TdClassName
{
border-color: #6E5D45;
}
.TagClassName
{
border-color: #6E5D45;
}
</style>