Shades of Tobacco Brown #6D5C42
Tints of Tobacco Brown #6D5C42
RGB
CMYK
RGB Variations
Color information
#6D5C42 (or 0x6D5C42) is known color: Tobacco Brown. HEX triplet: 6D, 5C and 42. RGB value is (109,92,66). Sum of RGB (Red+Green+Blue) = 109+92+66=267 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.82% from 267); Green value is 92 (36.33% from 255 or 34.46% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5C42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5C42 is #92A3BD. Grayscale: #5E5E5E. Windows color (decimal): -9610174 or 4349037. OLE color: 4349037.
HSL color Cylindrical-coordinate representation of color #6D5C42: hue angle of 36.28º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D5C42 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 92 | 66 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.57 |
| HSL | 36.28º | 0.25% | 0.34% | - |
| HSV(B) | 36.28º | 0.39% | 0.43% | - |
| XYZ | 11.12 | 11.3 | 6.75 | - |
| YUV | 94.12 | 112.13 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 92 | 66 | 0 | 0.16 | 0.39 | 0.57 | 36.28 | 0.25 | 0.34 |
| Hex | 6D | 5C | 42 | 0 | 10 | 27 | 39 | 24 | 19 | 22 |
| Octal | 155 | 134 | 102 | 0 | 20 | 47 | 71 | 44 | 31 | 42 |
| Binary | 1101101 | 1011100 | 1000010 | 0 | 10000 | 100111 | 111001 | 100100 | 11001 | 100010 |
Color Harmonies of #6D5C42
Complementary color
Monochromatic Colors of #6D5C42
Black with #6D5C42
Text Example
Text Example
White with #6D5C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5C42; }
p { color: rgb(109,92,66); }
H1.HeaderClassName
{
color: #6D5C42;
}
.AnyTagClassName
{
color: #6D5C42;
}
</style>
background-color css
<style>
a { background-color: #6D5C42; }
a { background-color: rgb(109,92,66); }
div.DivClassName
{
background-color: #6D5C42;
}
.BgClassName
{
background-color: #6D5C42;
}
</style>
border-color css
<style>
span { border-color: #6D5C42; }
span { border-color: rgb(109,92,66); }
td.TdClassName
{
border-color: #6D5C42;
}
.TagClassName
{
border-color: #6D5C42;
}
</style>