Shades of Tobacco Brown #695845
Tints of Tobacco Brown #695845
RGB
CMYK
RGB Variations
Color information
#695845 (or 0x695845) is known color: Tobacco Brown. HEX triplet: 69, 58 and 45. RGB value is (105,88,69). Sum of RGB (Red+Green+Blue) = 105+88+69=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 69 (27.34% from 255 or 26.34% from 262); Max value from RGB is 105 - color contains mainly: red. Hex color #695845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695845 is #96A7BA. Grayscale: #5B5B5B. Windows color (decimal): -9873339 or 4544617. OLE color: 4544617.
HSL color Cylindrical-coordinate representation of color #695845: hue angle of 31.67º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #695845 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 88 | 69 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.59 |
| HSL | 31.67º | 0.21% | 0.34% | - |
| HSV(B) | 31.67º | 0.34% | 0.41% | - |
| XYZ | 10.39 | 10.41 | 7.09 | - |
| YUV | 90.92 | 115.63 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 88 | 69 | 0 | 0.16 | 0.34 | 0.59 | 31.67 | 0.21 | 0.34 |
| Hex | 69 | 58 | 45 | 0 | 10 | 22 | 3B | 20 | 15 | 22 |
| Octal | 151 | 130 | 105 | 0 | 20 | 42 | 73 | 40 | 25 | 42 |
| Binary | 1101001 | 1011000 | 1000101 | 0 | 10000 | 100010 | 111011 | 100000 | 10101 | 100010 |
Color Harmonies of #695845
Complementary color
Monochromatic Colors of #695845
Black with #695845
Text Example
Text Example
White with #695845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695845; }
p { color: rgb(105,88,69); }
H1.HeaderClassName
{
color: #695845;
}
.AnyTagClassName
{
color: #695845;
}
</style>
background-color css
<style>
a { background-color: #695845; }
a { background-color: rgb(105,88,69); }
div.DivClassName
{
background-color: #695845;
}
.BgClassName
{
background-color: #695845;
}
</style>
border-color css
<style>
span { border-color: #695845; }
span { border-color: rgb(105,88,69); }
td.TdClassName
{
border-color: #695845;
}
.TagClassName
{
border-color: #695845;
}
</style>