Shades of Tobacco Brown #69583D
Tints of Tobacco Brown #69583D
RGB
CMYK
RGB Variations
Color information
#69583D (or 0x69583D) is known color: Tobacco Brown. HEX triplet: 69, 58 and 3D. RGB value is (105,88,61). Sum of RGB (Red+Green+Blue) = 105+88+61=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 105 - color contains mainly: red. Hex color #69583D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69583D is #96A7C2. Grayscale: #5A5A5A. Windows color (decimal): -9873347 or 4020329. OLE color: 4020329.
HSL color Cylindrical-coordinate representation of color #69583D: hue angle of 36.82º 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 #69583D is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 88 | 61 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.59 |
| HSL | 36.82º | 0.27% | 0.33% | - |
| HSV(B) | 36.82º | 0.42% | 0.41% | - |
| XYZ | 10.16 | 10.32 | 5.87 | - |
| YUV | 90.01 | 111.63 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 88 | 61 | 0 | 0.16 | 0.42 | 0.59 | 36.82 | 0.27 | 0.33 |
| Hex | 69 | 58 | 3D | 0 | 10 | 2A | 3B | 25 | 1B | 21 |
| Octal | 151 | 130 | 75 | 0 | 20 | 52 | 73 | 45 | 33 | 41 |
| Binary | 1101001 | 1011000 | 111101 | 0 | 10000 | 101010 | 111011 | 100101 | 11011 | 100001 |
Color Harmonies of #69583D
Complementary color
Monochromatic Colors of #69583D
Black with #69583D
Text Example
Text Example
White with #69583D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69583D; }
p { color: rgb(105,88,61); }
H1.HeaderClassName
{
color: #69583D;
}
.AnyTagClassName
{
color: #69583D;
}
</style>
background-color css
<style>
a { background-color: #69583D; }
a { background-color: rgb(105,88,61); }
div.DivClassName
{
background-color: #69583D;
}
.BgClassName
{
background-color: #69583D;
}
</style>
border-color css
<style>
span { border-color: #69583D; }
span { border-color: rgb(105,88,61); }
td.TdClassName
{
border-color: #69583D;
}
.TagClassName
{
border-color: #69583D;
}
</style>