Shades of Tobacco Brown #6F5742
Tints of Tobacco Brown #6F5742
RGB
CMYK
RGB Variations
Color information
#6F5742 (or 0x6F5742) is known color: Tobacco Brown. HEX triplet: 6F, 57 and 42. RGB value is (111,87,66). Sum of RGB (Red+Green+Blue) = 111+87+66=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5742 is #90A8BD. Grayscale: #5B5B5B. Windows color (decimal): -9480382 or 4347759. OLE color: 4347759.
HSL color Cylindrical-coordinate representation of color #6F5742: hue angle of 28º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F5742 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 87 | 66 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.56 |
| HSL | 28º | 0.25% | 0.35% | - |
| HSV(B) | 28º | 0.41% | 0.44% | - |
| XYZ | 10.95 | 10.59 | 6.62 | - |
| YUV | 91.78 | 113.45 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 87 | 66 | 0 | 0.22 | 0.41 | 0.56 | 28 | 0.25 | 0.35 |
| Hex | 6F | 57 | 42 | 0 | 16 | 29 | 38 | 1C | 19 | 23 |
| Octal | 157 | 127 | 102 | 0 | 26 | 51 | 70 | 34 | 31 | 43 |
| Binary | 1101111 | 1010111 | 1000010 | 0 | 10110 | 101001 | 111000 | 11100 | 11001 | 100011 |
Color Harmonies of #6F5742
Complementary color
Monochromatic Colors of #6F5742
Black with #6F5742
Text Example
Text Example
White with #6F5742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5742; }
p { color: rgb(111,87,66); }
H1.HeaderClassName
{
color: #6F5742;
}
.AnyTagClassName
{
color: #6F5742;
}
</style>
background-color css
<style>
a { background-color: #6F5742; }
a { background-color: rgb(111,87,66); }
div.DivClassName
{
background-color: #6F5742;
}
.BgClassName
{
background-color: #6F5742;
}
</style>
border-color css
<style>
span { border-color: #6F5742; }
span { border-color: rgb(111,87,66); }
td.TdClassName
{
border-color: #6F5742;
}
.TagClassName
{
border-color: #6F5742;
}
</style>