Shades of Tobacco Brown #6A583E
Tints of Tobacco Brown #6A583E
RGB
CMYK
RGB Variations
Color information
#6A583E (or 0x6A583E) is known color: Tobacco Brown. HEX triplet: 6A, 58 and 3E. RGB value is (106,88,62). Sum of RGB (Red+Green+Blue) = 106+88+62=256 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.41% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 106 - color contains mainly: red. Hex color #6A583E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A583E is #95A7C1. Grayscale: #5A5A5A. Windows color (decimal): -9807810 or 4085866. OLE color: 4085866.
HSL color Cylindrical-coordinate representation of color #6A583E: hue angle of 35.45º degrees, saturation: 0.26, 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 #6A583E is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 88 | 62 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.58 |
| HSL | 35.45º | 0.26% | 0.33% | - |
| HSV(B) | 35.45º | 0.42% | 0.42% | - |
| XYZ | 10.3 | 10.39 | 6.02 | - |
| YUV | 90.42 | 111.96 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 88 | 62 | 0 | 0.17 | 0.42 | 0.58 | 35.45 | 0.26 | 0.33 |
| Hex | 6A | 58 | 3E | 0 | 11 | 2A | 3A | 23 | 1A | 21 |
| Octal | 152 | 130 | 76 | 0 | 21 | 52 | 72 | 43 | 32 | 41 |
| Binary | 1101010 | 1011000 | 111110 | 0 | 10001 | 101010 | 111010 | 100011 | 11010 | 100001 |
Color Harmonies of #6A583E
Complementary color
Monochromatic Colors of #6A583E
Black with #6A583E
Text Example
Text Example
White with #6A583E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A583E; }
p { color: rgb(106,88,62); }
H1.HeaderClassName
{
color: #6A583E;
}
.AnyTagClassName
{
color: #6A583E;
}
</style>
background-color css
<style>
a { background-color: #6A583E; }
a { background-color: rgb(106,88,62); }
div.DivClassName
{
background-color: #6A583E;
}
.BgClassName
{
background-color: #6A583E;
}
</style>
border-color css
<style>
span { border-color: #6A583E; }
span { border-color: rgb(106,88,62); }
td.TdClassName
{
border-color: #6A583E;
}
.TagClassName
{
border-color: #6A583E;
}
</style>