Shades of Tobacco Brown #6D533C
Tints of Tobacco Brown #6D533C
RGB
CMYK
RGB Variations
Color information
#6D533C (or 0x6D533C) is known color: Tobacco Brown. HEX triplet: 6D, 53 and 3C. RGB value is (109,83,60). Sum of RGB (Red+Green+Blue) = 109+83+60=252 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.25% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 109 - color contains mainly: red. Hex color #6D533C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D533C is #92ACC3. Grayscale: #585858. Windows color (decimal): -9612484 or 3953517. OLE color: 3953517.
HSL color Cylindrical-coordinate representation of color #6D533C: hue angle of 28.16º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6D533C is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 83 | 60 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.57 |
| HSL | 28.16º | 0.29% | 0.33% | - |
| HSV(B) | 28.16º | 0.45% | 0.43% | - |
| XYZ | 10.22 | 9.76 | 5.62 | - |
| YUV | 88.15 | 112.11 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 83 | 60 | 0 | 0.24 | 0.45 | 0.57 | 28.16 | 0.29 | 0.33 |
| Hex | 6D | 53 | 3C | 0 | 18 | 2D | 39 | 1C | 1D | 21 |
| Octal | 155 | 123 | 74 | 0 | 30 | 55 | 71 | 34 | 35 | 41 |
| Binary | 1101101 | 1010011 | 111100 | 0 | 11000 | 101101 | 111001 | 11100 | 11101 | 100001 |
Color Harmonies of #6D533C
Complementary color
Monochromatic Colors of #6D533C
Black with #6D533C
Text Example
Text Example
White with #6D533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D533C; }
p { color: rgb(109,83,60); }
H1.HeaderClassName
{
color: #6D533C;
}
.AnyTagClassName
{
color: #6D533C;
}
</style>
background-color css
<style>
a { background-color: #6D533C; }
a { background-color: rgb(109,83,60); }
div.DivClassName
{
background-color: #6D533C;
}
.BgClassName
{
background-color: #6D533C;
}
</style>
border-color css
<style>
span { border-color: #6D533C; }
span { border-color: rgb(109,83,60); }
td.TdClassName
{
border-color: #6D533C;
}
.TagClassName
{
border-color: #6D533C;
}
</style>