Shades of Tobacco Brown #6F553F
Tints of Tobacco Brown #6F553F
RGB
CMYK
RGB Variations
Color information
#6F553F (or 0x6F553F) is known color: Tobacco Brown. HEX triplet: 6F, 55 and 3F. RGB value is (111,85,63). Sum of RGB (Red+Green+Blue) = 111+85+63=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 111 - color contains mainly: red. Hex color #6F553F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F553F is #90AAC0. Grayscale: #5A5A5A. Windows color (decimal): -9480897 or 4150639. OLE color: 4150639.
HSL color Cylindrical-coordinate representation of color #6F553F: hue angle of 27.5º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F553F is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 85 | 63 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.56 |
| HSL | 27.5º | 0.28% | 0.34% | - |
| HSV(B) | 27.5º | 0.43% | 0.44% | - |
| XYZ | 10.7 | 10.24 | 6.11 | - |
| YUV | 90.27 | 112.61 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 85 | 63 | 0 | 0.23 | 0.43 | 0.56 | 27.5 | 0.28 | 0.34 |
| Hex | 6F | 55 | 3F | 0 | 17 | 2B | 38 | 1C | 1C | 22 |
| Octal | 157 | 125 | 77 | 0 | 27 | 53 | 70 | 34 | 34 | 42 |
| Binary | 1101111 | 1010101 | 111111 | 0 | 10111 | 101011 | 111000 | 11100 | 11100 | 100010 |
Color Harmonies of #6F553F
Complementary color
Monochromatic Colors of #6F553F
Black with #6F553F
Text Example
Text Example
White with #6F553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F553F; }
p { color: rgb(111,85,63); }
H1.HeaderClassName
{
color: #6F553F;
}
.AnyTagClassName
{
color: #6F553F;
}
</style>
background-color css
<style>
a { background-color: #6F553F; }
a { background-color: rgb(111,85,63); }
div.DivClassName
{
background-color: #6F553F;
}
.BgClassName
{
background-color: #6F553F;
}
</style>
border-color css
<style>
span { border-color: #6F553F; }
span { border-color: rgb(111,85,63); }
td.TdClassName
{
border-color: #6F553F;
}
.TagClassName
{
border-color: #6F553F;
}
</style>