Shades of Tobacco Brown #6F5D45
Tints of Tobacco Brown #6F5D45
RGB
CMYK
RGB Variations
Color information
#6F5D45 (or 0x6F5D45) is known color: Tobacco Brown. HEX triplet: 6F, 5D and 45. RGB value is (111,93,69). Sum of RGB (Red+Green+Blue) = 111+93+69=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5D45 is #90A2BA. Grayscale: #5F5F5F. Windows color (decimal): -9478843 or 4545903. OLE color: 4545903.
HSL color Cylindrical-coordinate representation of color #6F5D45: hue angle of 34.29º 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 #6F5D45 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 93 | 69 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.56 |
| HSL | 34.29º | 0.23% | 0.35% | - |
| HSV(B) | 34.29º | 0.38% | 0.44% | - |
| XYZ | 11.54 | 11.64 | 7.27 | - |
| YUV | 95.65 | 112.96 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 93 | 69 | 0 | 0.16 | 0.38 | 0.56 | 34.29 | 0.23 | 0.35 |
| Hex | 6F | 5D | 45 | 0 | 10 | 26 | 38 | 22 | 17 | 23 |
| Octal | 157 | 135 | 105 | 0 | 20 | 46 | 70 | 42 | 27 | 43 |
| Binary | 1101111 | 1011101 | 1000101 | 0 | 10000 | 100110 | 111000 | 100010 | 10111 | 100011 |
Color Harmonies of #6F5D45
Complementary color
Monochromatic Colors of #6F5D45
Black with #6F5D45
Text Example
Text Example
White with #6F5D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5D45; }
p { color: rgb(111,93,69); }
H1.HeaderClassName
{
color: #6F5D45;
}
.AnyTagClassName
{
color: #6F5D45;
}
</style>
background-color css
<style>
a { background-color: #6F5D45; }
a { background-color: rgb(111,93,69); }
div.DivClassName
{
background-color: #6F5D45;
}
.BgClassName
{
background-color: #6F5D45;
}
</style>
border-color css
<style>
span { border-color: #6F5D45; }
span { border-color: rgb(111,93,69); }
td.TdClassName
{
border-color: #6F5D45;
}
.TagClassName
{
border-color: #6F5D45;
}
</style>