Shades of Tobacco Brown #6A583D
Tints of Tobacco Brown #6A583D
RGB
CMYK
RGB Variations
Color information
#6A583D (or 0x6A583D) is known color: Tobacco Brown. HEX triplet: 6A, 58 and 3D. RGB value is (106,88,61). Sum of RGB (Red+Green+Blue) = 106+88+61=255 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.57% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 106 - color contains mainly: red. Hex color #6A583D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A583D is #95A7C2. Grayscale: #5A5A5A. Windows color (decimal): -9807811 or 4020330. OLE color: 4020330.
HSL color Cylindrical-coordinate representation of color #6A583D: hue angle of 36º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6A583D is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 88 | 61 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.58 |
| HSL | 36º | 0.27% | 0.33% | - |
| HSV(B) | 36º | 0.42% | 0.42% | - |
| XYZ | 10.28 | 10.38 | 5.88 | - |
| YUV | 90.3 | 111.46 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 88 | 61 | 0 | 0.17 | 0.42 | 0.58 | 36 | 0.27 | 0.33 |
| Hex | 6A | 58 | 3D | 0 | 11 | 2A | 3A | 24 | 1B | 21 |
| Octal | 152 | 130 | 75 | 0 | 21 | 52 | 72 | 44 | 33 | 41 |
| Binary | 1101010 | 1011000 | 111101 | 0 | 10001 | 101010 | 111010 | 100100 | 11011 | 100001 |
Color Harmonies of #6A583D
Complementary color
Monochromatic Colors of #6A583D
Black with #6A583D
Text Example
Text Example
White with #6A583D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A583D; }
p { color: rgb(106,88,61); }
H1.HeaderClassName
{
color: #6A583D;
}
.AnyTagClassName
{
color: #6A583D;
}
</style>
background-color css
<style>
a { background-color: #6A583D; }
a { background-color: rgb(106,88,61); }
div.DivClassName
{
background-color: #6A583D;
}
.BgClassName
{
background-color: #6A583D;
}
</style>
border-color css
<style>
span { border-color: #6A583D; }
span { border-color: rgb(106,88,61); }
td.TdClassName
{
border-color: #6A583D;
}
.TagClassName
{
border-color: #6A583D;
}
</style>