Shades of Tobacco Brown #6F5C42
Tints of Tobacco Brown #6F5C42
RGB
CMYK
RGB Variations
Color information
#6F5C42 (or 0x6F5C42) is known color: Tobacco Brown. HEX triplet: 6F, 5C and 42. RGB value is (111,92,66). Sum of RGB (Red+Green+Blue) = 111+92+66=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5C42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5C42 is #90A3BD. Grayscale: #5E5E5E. Windows color (decimal): -9479102 or 4349039. OLE color: 4349039.
HSL color Cylindrical-coordinate representation of color #6F5C42: hue angle of 34.67º 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 #6F5C42 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 92 | 66 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.56 |
| HSL | 34.67º | 0.25% | 0.35% | - |
| HSV(B) | 34.67º | 0.41% | 0.44% | - |
| XYZ | 11.37 | 11.43 | 6.76 | - |
| YUV | 94.72 | 111.79 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 92 | 66 | 0 | 0.17 | 0.41 | 0.56 | 34.67 | 0.25 | 0.35 |
| Hex | 6F | 5C | 42 | 0 | 11 | 29 | 38 | 23 | 19 | 23 |
| Octal | 157 | 134 | 102 | 0 | 21 | 51 | 70 | 43 | 31 | 43 |
| Binary | 1101111 | 1011100 | 1000010 | 0 | 10001 | 101001 | 111000 | 100011 | 11001 | 100011 |
Color Harmonies of #6F5C42
Complementary color
Monochromatic Colors of #6F5C42
Black with #6F5C42
Text Example
Text Example
White with #6F5C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5C42; }
p { color: rgb(111,92,66); }
H1.HeaderClassName
{
color: #6F5C42;
}
.AnyTagClassName
{
color: #6F5C42;
}
</style>
background-color css
<style>
a { background-color: #6F5C42; }
a { background-color: rgb(111,92,66); }
div.DivClassName
{
background-color: #6F5C42;
}
.BgClassName
{
background-color: #6F5C42;
}
</style>
border-color css
<style>
span { border-color: #6F5C42; }
span { border-color: rgb(111,92,66); }
td.TdClassName
{
border-color: #6F5C42;
}
.TagClassName
{
border-color: #6F5C42;
}
</style>