Shades of Tobacco Brown #69533D
Tints of Tobacco Brown #69533D
RGB
CMYK
RGB Variations
Color information
#69533D (or 0x69533D) is known color: Tobacco Brown. HEX triplet: 69, 53 and 3D. RGB value is (105,83,61). Sum of RGB (Red+Green+Blue) = 105+83+61=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 105 - color contains mainly: red. Hex color #69533D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69533D is #96ACC2. Grayscale: #575757. Windows color (decimal): -9874627 or 4019049. OLE color: 4019049.
HSL color Cylindrical-coordinate representation of color #69533D: hue angle of 30º 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 #69533D is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 83 | 61 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.59 |
| HSL | 30º | 0.27% | 0.33% | - |
| HSV(B) | 30º | 0.42% | 0.41% | - |
| XYZ | 9.76 | 9.53 | 5.74 | - |
| YUV | 87.07 | 113.29 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 83 | 61 | 0 | 0.21 | 0.42 | 0.59 | 30 | 0.27 | 0.33 |
| Hex | 69 | 53 | 3D | 0 | 15 | 2A | 3B | 1E | 1B | 21 |
| Octal | 151 | 123 | 75 | 0 | 25 | 52 | 73 | 36 | 33 | 41 |
| Binary | 1101001 | 1010011 | 111101 | 0 | 10101 | 101010 | 111011 | 11110 | 11011 | 100001 |
Color Harmonies of #69533D
Complementary color
Monochromatic Colors of #69533D
Black with #69533D
Text Example
Text Example
White with #69533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69533D; }
p { color: rgb(105,83,61); }
H1.HeaderClassName
{
color: #69533D;
}
.AnyTagClassName
{
color: #69533D;
}
</style>
background-color css
<style>
a { background-color: #69533D; }
a { background-color: rgb(105,83,61); }
div.DivClassName
{
background-color: #69533D;
}
.BgClassName
{
background-color: #69533D;
}
</style>
border-color css
<style>
span { border-color: #69533D; }
span { border-color: rgb(105,83,61); }
td.TdClassName
{
border-color: #69533D;
}
.TagClassName
{
border-color: #69533D;
}
</style>