Shades of Tobacco Brown #6F5845
Tints of Tobacco Brown #6F5845
RGB
CMYK
RGB Variations
Color information
#6F5845 (or 0x6F5845) is known color: Tobacco Brown. HEX triplet: 6F, 58 and 45. RGB value is (111,88,69). Sum of RGB (Red+Green+Blue) = 111+88+69=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5845 is #90A7BA. Grayscale: #5C5C5C. Windows color (decimal): -9480123 or 4544623. OLE color: 4544623.
HSL color Cylindrical-coordinate representation of color #6F5845: hue angle of 27.14º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F5845 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 88 | 69 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.56 |
| HSL | 27.14º | 0.23% | 0.35% | - |
| HSV(B) | 27.14º | 0.38% | 0.44% | - |
| XYZ | 11.12 | 10.79 | 7.13 | - |
| YUV | 92.71 | 114.62 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 69 | 0 | 0.21 | 0.38 | 0.56 | 27.14 | 0.23 | 0.35 |
| Hex | 6F | 58 | 45 | 0 | 15 | 26 | 38 | 1B | 17 | 23 |
| Octal | 157 | 130 | 105 | 0 | 25 | 46 | 70 | 33 | 27 | 43 |
| Binary | 1101111 | 1011000 | 1000101 | 0 | 10101 | 100110 | 111000 | 11011 | 10111 | 100011 |
Color Harmonies of #6F5845
Complementary color
Monochromatic Colors of #6F5845
Black with #6F5845
Text Example
Text Example
White with #6F5845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5845; }
p { color: rgb(111,88,69); }
H1.HeaderClassName
{
color: #6F5845;
}
.AnyTagClassName
{
color: #6F5845;
}
</style>
background-color css
<style>
a { background-color: #6F5845; }
a { background-color: rgb(111,88,69); }
div.DivClassName
{
background-color: #6F5845;
}
.BgClassName
{
background-color: #6F5845;
}
</style>
border-color css
<style>
span { border-color: #6F5845; }
span { border-color: rgb(111,88,69); }
td.TdClassName
{
border-color: #6F5845;
}
.TagClassName
{
border-color: #6F5845;
}
</style>