Shades of Tobacco Brown #69593D
Tints of Tobacco Brown #69593D
RGB
CMYK
RGB Variations
Color information
#69593D (or 0x69593D) is known color: Tobacco Brown. HEX triplet: 69, 59 and 3D. RGB value is (105,89,61). Sum of RGB (Red+Green+Blue) = 105+89+61=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 105 - color contains mainly: red. Hex color #69593D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69593D is #96A6C2. Grayscale: #5A5A5A. Windows color (decimal): -9873091 or 4020585. OLE color: 4020585.
HSL color Cylindrical-coordinate representation of color #69593D: hue angle of 38.18º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69593D is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 89 | 61 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.59 |
| HSL | 38.18º | 0.27% | 0.33% | - |
| HSV(B) | 38.18º | 0.42% | 0.41% | - |
| XYZ | 10.24 | 10.48 | 5.9 | - |
| YUV | 90.59 | 111.3 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 89 | 61 | 0 | 0.15 | 0.42 | 0.59 | 38.18 | 0.27 | 0.33 |
| Hex | 69 | 59 | 3D | 0 | F | 2A | 3B | 26 | 1B | 21 |
| Octal | 151 | 131 | 75 | 0 | 17 | 52 | 73 | 46 | 33 | 41 |
| Binary | 1101001 | 1011001 | 111101 | 0 | 1111 | 101010 | 111011 | 100110 | 11011 | 100001 |
Color Harmonies of #69593D
Complementary color
Monochromatic Colors of #69593D
Black with #69593D
Text Example
Text Example
White with #69593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69593D; }
p { color: rgb(105,89,61); }
H1.HeaderClassName
{
color: #69593D;
}
.AnyTagClassName
{
color: #69593D;
}
</style>
background-color css
<style>
a { background-color: #69593D; }
a { background-color: rgb(105,89,61); }
div.DivClassName
{
background-color: #69593D;
}
.BgClassName
{
background-color: #69593D;
}
</style>
border-color css
<style>
span { border-color: #69593D; }
span { border-color: rgb(105,89,61); }
td.TdClassName
{
border-color: #69593D;
}
.TagClassName
{
border-color: #69593D;
}
</style>