Shades of Tobacco Brown #695644
Tints of Tobacco Brown #695644
RGB
CMYK
RGB Variations
Color information
#695644 (or 0x695644) is known color: Tobacco Brown. HEX triplet: 69, 56 and 44. RGB value is (105,86,68). Sum of RGB (Red+Green+Blue) = 105+86+68=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 68 (26.95% from 255 or 26.25% from 259); Max value from RGB is 105 - color contains mainly: red. Hex color #695644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695644 is #96A9BB. Grayscale: #595959. Windows color (decimal): -9873852 or 4478569. OLE color: 4478569.
HSL color Cylindrical-coordinate representation of color #695644: hue angle of 29.19º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #695644 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 86 | 68 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.59 |
| HSL | 29.19º | 0.21% | 0.34% | - |
| HSV(B) | 29.19º | 0.35% | 0.41% | - |
| XYZ | 10.2 | 10.08 | 6.88 | - |
| YUV | 89.63 | 115.79 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 86 | 68 | 0 | 0.18 | 0.35 | 0.59 | 29.19 | 0.21 | 0.34 |
| Hex | 69 | 56 | 44 | 0 | 12 | 23 | 3B | 1D | 15 | 22 |
| Octal | 151 | 126 | 104 | 0 | 22 | 43 | 73 | 35 | 25 | 42 |
| Binary | 1101001 | 1010110 | 1000100 | 0 | 10010 | 100011 | 111011 | 11101 | 10101 | 100010 |
Color Harmonies of #695644
Complementary color
Monochromatic Colors of #695644
Black with #695644
Text Example
Text Example
White with #695644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695644; }
p { color: rgb(105,86,68); }
H1.HeaderClassName
{
color: #695644;
}
.AnyTagClassName
{
color: #695644;
}
</style>
background-color css
<style>
a { background-color: #695644; }
a { background-color: rgb(105,86,68); }
div.DivClassName
{
background-color: #695644;
}
.BgClassName
{
background-color: #695644;
}
</style>
border-color css
<style>
span { border-color: #695644; }
span { border-color: rgb(105,86,68); }
td.TdClassName
{
border-color: #695644;
}
.TagClassName
{
border-color: #695644;
}
</style>