Shades of Tobacco Brown #6B543A
Tints of Tobacco Brown #6B543A
RGB
CMYK
RGB Variations
Color information
#6B543A (or 0x6B543A) is known color: Tobacco Brown. HEX triplet: 6B, 54 and 3A. RGB value is (107,84,58). Sum of RGB (Red+Green+Blue) = 107+84+58=249 (32% of max value = 765). Red value is 107 (42.19% from 255 or 42.97% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 107 - color contains mainly: red. Hex color #6B543A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B543A is #94ABC5. Grayscale: #585858. Windows color (decimal): -9743302 or 3822699. OLE color: 3822699.
HSL color Cylindrical-coordinate representation of color #6B543A: hue angle of 31.84º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6B543A is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 84 | 58 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.58 |
| HSL | 31.84º | 0.3% | 0.32% | - |
| HSV(B) | 31.84º | 0.46% | 0.42% | - |
| XYZ | 10 | 9.77 | 5.36 | - |
| YUV | 87.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 84 | 58 | 0 | 0.21 | 0.46 | 0.58 | 31.84 | 0.3 | 0.32 |
| Hex | 6B | 54 | 3A | 0 | 15 | 2E | 3A | 20 | 1E | 20 |
| Octal | 153 | 124 | 72 | 0 | 25 | 56 | 72 | 40 | 36 | 40 |
| Binary | 1101011 | 1010100 | 111010 | 0 | 10101 | 101110 | 111010 | 100000 | 11110 | 100000 |
Color Harmonies of #6B543A
Complementary color
Monochromatic Colors of #6B543A
Black with #6B543A
Text Example
Text Example
White with #6B543A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B543A; }
p { color: rgb(107,84,58); }
H1.HeaderClassName
{
color: #6B543A;
}
.AnyTagClassName
{
color: #6B543A;
}
</style>
background-color css
<style>
a { background-color: #6B543A; }
a { background-color: rgb(107,84,58); }
div.DivClassName
{
background-color: #6B543A;
}
.BgClassName
{
background-color: #6B543A;
}
</style>
border-color css
<style>
span { border-color: #6B543A; }
span { border-color: rgb(107,84,58); }
td.TdClassName
{
border-color: #6B543A;
}
.TagClassName
{
border-color: #6B543A;
}
</style>