Shades of Tobacco Brown #6D5D45
Tints of Tobacco Brown #6D5D45
RGB
CMYK
RGB Variations
Color information
#6D5D45 (or 0x6D5D45) is known color: Tobacco Brown. HEX triplet: 6D, 5D and 45. RGB value is (109,93,69). Sum of RGB (Red+Green+Blue) = 109+93+69=271 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.22% from 271); Green value is 93 (36.72% from 255 or 34.32% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5D45 is #92A2BA. Grayscale: #5F5F5F. Windows color (decimal): -9609915 or 4545901. OLE color: 4545901.
HSL color Cylindrical-coordinate representation of color #6D5D45: hue angle of 36º 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 #6D5D45 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 93 | 69 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.57 |
| HSL | 36º | 0.22% | 0.35% | - |
| HSV(B) | 36º | 0.37% | 0.43% | - |
| XYZ | 11.3 | 11.51 | 7.26 | - |
| YUV | 95.05 | 113.3 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 93 | 69 | 0 | 0.15 | 0.37 | 0.57 | 36 | 0.22 | 0.35 |
| Hex | 6D | 5D | 45 | 0 | F | 25 | 39 | 24 | 16 | 23 |
| Octal | 155 | 135 | 105 | 0 | 17 | 45 | 71 | 44 | 26 | 43 |
| Binary | 1101101 | 1011101 | 1000101 | 0 | 1111 | 100101 | 111001 | 100100 | 10110 | 100011 |
Color Harmonies of #6D5D45
Complementary color
Monochromatic Colors of #6D5D45
Black with #6D5D45
Text Example
Text Example
White with #6D5D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5D45; }
p { color: rgb(109,93,69); }
H1.HeaderClassName
{
color: #6D5D45;
}
.AnyTagClassName
{
color: #6D5D45;
}
</style>
background-color css
<style>
a { background-color: #6D5D45; }
a { background-color: rgb(109,93,69); }
div.DivClassName
{
background-color: #6D5D45;
}
.BgClassName
{
background-color: #6D5D45;
}
</style>
border-color css
<style>
span { border-color: #6D5D45; }
span { border-color: rgb(109,93,69); }
td.TdClassName
{
border-color: #6D5D45;
}
.TagClassName
{
border-color: #6D5D45;
}
</style>