Shades of Tobacco Brown #6E5A45
Tints of Tobacco Brown #6E5A45
RGB
CMYK
RGB Variations
Color information
#6E5A45 (or 0x6E5A45) is known color: Tobacco Brown. HEX triplet: 6E, 5A and 45. RGB value is (110,90,69). Sum of RGB (Red+Green+Blue) = 110+90+69=269 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.89% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5A45 is #91A5BA. Grayscale: #5D5D5D. Windows color (decimal): -9545147 or 4545134. OLE color: 4545134.
HSL color Cylindrical-coordinate representation of color #6E5A45: hue angle of 30.73º 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 #6E5A45 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 90 | 69 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.57 |
| HSL | 30.73º | 0.23% | 0.35% | - |
| HSV(B) | 30.73º | 0.37% | 0.43% | - |
| XYZ | 11.16 | 11.06 | 7.18 | - |
| YUV | 93.59 | 114.13 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 90 | 69 | 0 | 0.18 | 0.37 | 0.57 | 30.73 | 0.23 | 0.35 |
| Hex | 6E | 5A | 45 | 0 | 12 | 25 | 39 | 1F | 17 | 23 |
| Octal | 156 | 132 | 105 | 0 | 22 | 45 | 71 | 37 | 27 | 43 |
| Binary | 1101110 | 1011010 | 1000101 | 0 | 10010 | 100101 | 111001 | 11111 | 10111 | 100011 |
Color Harmonies of #6E5A45
Complementary color
Monochromatic Colors of #6E5A45
Black with #6E5A45
Text Example
Text Example
White with #6E5A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5A45; }
p { color: rgb(110,90,69); }
H1.HeaderClassName
{
color: #6E5A45;
}
.AnyTagClassName
{
color: #6E5A45;
}
</style>
background-color css
<style>
a { background-color: #6E5A45; }
a { background-color: rgb(110,90,69); }
div.DivClassName
{
background-color: #6E5A45;
}
.BgClassName
{
background-color: #6E5A45;
}
</style>
border-color css
<style>
span { border-color: #6E5A45; }
span { border-color: rgb(110,90,69); }
td.TdClassName
{
border-color: #6E5A45;
}
.TagClassName
{
border-color: #6E5A45;
}
</style>