Shades of Tobacco Brown #6F5B40
Tints of Tobacco Brown #6F5B40
RGB
CMYK
RGB Variations
Color information
#6F5B40 (or 0x6F5B40) is known color: Tobacco Brown. HEX triplet: 6F, 5B and 40. RGB value is (111,91,64). Sum of RGB (Red+Green+Blue) = 111+91+64=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5B40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5B40 is #90A4BF. Grayscale: #5E5E5E. Windows color (decimal): -9479360 or 4217711. OLE color: 4217711.
HSL color Cylindrical-coordinate representation of color #6F5B40: hue angle of 34.47º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F5B40 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 91 | 64 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.56 |
| HSL | 34.47º | 0.27% | 0.34% | - |
| HSV(B) | 34.47º | 0.42% | 0.44% | - |
| XYZ | 11.22 | 11.23 | 6.43 | - |
| YUV | 93.9 | 111.13 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 91 | 64 | 0 | 0.18 | 0.42 | 0.56 | 34.47 | 0.27 | 0.34 |
| Hex | 6F | 5B | 40 | 0 | 12 | 2A | 38 | 22 | 1B | 22 |
| Octal | 157 | 133 | 100 | 0 | 22 | 52 | 70 | 42 | 33 | 42 |
| Binary | 1101111 | 1011011 | 1000000 | 0 | 10010 | 101010 | 111000 | 100010 | 11011 | 100010 |
Color Harmonies of #6F5B40
Complementary color
Monochromatic Colors of #6F5B40
Black with #6F5B40
Text Example
Text Example
White with #6F5B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5B40; }
p { color: rgb(111,91,64); }
H1.HeaderClassName
{
color: #6F5B40;
}
.AnyTagClassName
{
color: #6F5B40;
}
</style>
background-color css
<style>
a { background-color: #6F5B40; }
a { background-color: rgb(111,91,64); }
div.DivClassName
{
background-color: #6F5B40;
}
.BgClassName
{
background-color: #6F5B40;
}
</style>
border-color css
<style>
span { border-color: #6F5B40; }
span { border-color: rgb(111,91,64); }
td.TdClassName
{
border-color: #6F5B40;
}
.TagClassName
{
border-color: #6F5B40;
}
</style>