Shades of Tobacco Brown #6B5846
Tints of Tobacco Brown #6B5846
RGB
CMYK
RGB Variations
Color information
#6B5846 (or 0x6B5846) is known color: Tobacco Brown. HEX triplet: 6B, 58 and 46. RGB value is (107,88,70). Sum of RGB (Red+Green+Blue) = 107+88+70=265 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.38% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5846 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5846 is #94A7B9. Grayscale: #5B5B5B. Windows color (decimal): -9742266 or 4610155. OLE color: 4610155.
HSL color Cylindrical-coordinate representation of color #6B5846: hue angle of 29.19º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6B5846 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 88 | 70 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.58 |
| HSL | 29.19º | 0.21% | 0.35% | - |
| HSV(B) | 29.19º | 0.35% | 0.42% | - |
| XYZ | 10.66 | 10.55 | 7.27 | - |
| YUV | 91.63 | 115.79 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 88 | 70 | 0 | 0.18 | 0.35 | 0.58 | 29.19 | 0.21 | 0.35 |
| Hex | 6B | 58 | 46 | 0 | 12 | 23 | 3A | 1D | 15 | 23 |
| Octal | 153 | 130 | 106 | 0 | 22 | 43 | 72 | 35 | 25 | 43 |
| Binary | 1101011 | 1011000 | 1000110 | 0 | 10010 | 100011 | 111010 | 11101 | 10101 | 100011 |
Color Harmonies of #6B5846
Complementary color
Monochromatic Colors of #6B5846
Black with #6B5846
Text Example
Text Example
White with #6B5846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5846; }
p { color: rgb(107,88,70); }
H1.HeaderClassName
{
color: #6B5846;
}
.AnyTagClassName
{
color: #6B5846;
}
</style>
background-color css
<style>
a { background-color: #6B5846; }
a { background-color: rgb(107,88,70); }
div.DivClassName
{
background-color: #6B5846;
}
.BgClassName
{
background-color: #6B5846;
}
</style>
border-color css
<style>
span { border-color: #6B5846; }
span { border-color: rgb(107,88,70); }
td.TdClassName
{
border-color: #6B5846;
}
.TagClassName
{
border-color: #6B5846;
}
</style>