Shades of Tobacco Brown #6F5A45
Tints of Tobacco Brown #6F5A45
RGB
CMYK
RGB Variations
Color information
#6F5A45 (or 0x6F5A45) is known color: Tobacco Brown. HEX triplet: 6F, 5A and 45. RGB value is (111,90,69). Sum of RGB (Red+Green+Blue) = 111+90+69=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5A45 is #90A5BA. Grayscale: #5D5D5D. Windows color (decimal): -9479611 or 4545135. OLE color: 4545135.
HSL color Cylindrical-coordinate representation of color #6F5A45: hue angle of 30º 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 #6F5A45 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 90 | 69 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.56 |
| HSL | 30º | 0.23% | 0.35% | - |
| HSV(B) | 30º | 0.38% | 0.44% | - |
| XYZ | 11.29 | 11.12 | 7.18 | - |
| YUV | 93.89 | 113.96 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 90 | 69 | 0 | 0.19 | 0.38 | 0.56 | 30 | 0.23 | 0.35 |
| Hex | 6F | 5A | 45 | 0 | 13 | 26 | 38 | 1E | 17 | 23 |
| Octal | 157 | 132 | 105 | 0 | 23 | 46 | 70 | 36 | 27 | 43 |
| Binary | 1101111 | 1011010 | 1000101 | 0 | 10011 | 100110 | 111000 | 11110 | 10111 | 100011 |
Color Harmonies of #6F5A45
Complementary color
Monochromatic Colors of #6F5A45
Black with #6F5A45
Text Example
Text Example
White with #6F5A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5A45; }
p { color: rgb(111,90,69); }
H1.HeaderClassName
{
color: #6F5A45;
}
.AnyTagClassName
{
color: #6F5A45;
}
</style>
background-color css
<style>
a { background-color: #6F5A45; }
a { background-color: rgb(111,90,69); }
div.DivClassName
{
background-color: #6F5A45;
}
.BgClassName
{
background-color: #6F5A45;
}
</style>
border-color css
<style>
span { border-color: #6F5A45; }
span { border-color: rgb(111,90,69); }
td.TdClassName
{
border-color: #6F5A45;
}
.TagClassName
{
border-color: #6F5A45;
}
</style>