Shades of Tobacco Brown #6D5945
Tints of Tobacco Brown #6D5945
RGB
CMYK
RGB Variations
Color information
#6D5945 (or 0x6D5945) is known color: Tobacco Brown. HEX triplet: 6D, 59 and 45. RGB value is (109,89,69). Sum of RGB (Red+Green+Blue) = 109+89+69=267 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.82% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 69 (27.34% from 255 or 25.84% from 267); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5945 is #92A6BA. Grayscale: #5C5C5C. Windows color (decimal): -9610939 or 4544877. OLE color: 4544877.
HSL color Cylindrical-coordinate representation of color #6D5945: hue angle of 30º degrees, saturation: 0.22, 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 #6D5945 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 89 | 69 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.57 |
| HSL | 30º | 0.22% | 0.35% | - |
| HSV(B) | 30º | 0.37% | 0.43% | - |
| XYZ | 10.95 | 10.83 | 7.14 | - |
| YUV | 92.7 | 114.63 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 89 | 69 | 0 | 0.18 | 0.37 | 0.57 | 30 | 0.22 | 0.35 |
| Hex | 6D | 59 | 45 | 0 | 12 | 25 | 39 | 1E | 16 | 23 |
| Octal | 155 | 131 | 105 | 0 | 22 | 45 | 71 | 36 | 26 | 43 |
| Binary | 1101101 | 1011001 | 1000101 | 0 | 10010 | 100101 | 111001 | 11110 | 10110 | 100011 |
Color Harmonies of #6D5945
Complementary color
Monochromatic Colors of #6D5945
Black with #6D5945
Text Example
Text Example
White with #6D5945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5945; }
p { color: rgb(109,89,69); }
H1.HeaderClassName
{
color: #6D5945;
}
.AnyTagClassName
{
color: #6D5945;
}
</style>
background-color css
<style>
a { background-color: #6D5945; }
a { background-color: rgb(109,89,69); }
div.DivClassName
{
background-color: #6D5945;
}
.BgClassName
{
background-color: #6D5945;
}
</style>
border-color css
<style>
span { border-color: #6D5945; }
span { border-color: rgb(109,89,69); }
td.TdClassName
{
border-color: #6D5945;
}
.TagClassName
{
border-color: #6D5945;
}
</style>