Shades of Tobacco Brown #6A5A3E
Tints of Tobacco Brown #6A5A3E
RGB
CMYK
RGB Variations
Color information
#6A5A3E (or 0x6A5A3E) is known color: Tobacco Brown. HEX triplet: 6A, 5A and 3E. RGB value is (106,90,62). Sum of RGB (Red+Green+Blue) = 106+90+62=258 (34% of max value = 765). Red value is 106 (41.80% from 255 or 41.09% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5A3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5A3E is #95A5C1. Grayscale: #5B5B5B. Windows color (decimal): -9807298 or 4086378. OLE color: 4086378.
HSL color Cylindrical-coordinate representation of color #6A5A3E: hue angle of 38.18º 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 #6A5A3E is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 90 | 62 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.58 |
| HSL | 38.18º | 0.26% | 0.33% | - |
| HSV(B) | 38.18º | 0.42% | 0.42% | - |
| XYZ | 10.47 | 10.72 | 6.08 | - |
| YUV | 91.59 | 111.3 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 90 | 62 | 0 | 0.15 | 0.42 | 0.58 | 38.18 | 0.26 | 0.33 |
| Hex | 6A | 5A | 3E | 0 | F | 2A | 3A | 26 | 1A | 21 |
| Octal | 152 | 132 | 76 | 0 | 17 | 52 | 72 | 46 | 32 | 41 |
| Binary | 1101010 | 1011010 | 111110 | 0 | 1111 | 101010 | 111010 | 100110 | 11010 | 100001 |
Color Harmonies of #6A5A3E
Complementary color
Monochromatic Colors of #6A5A3E
Black with #6A5A3E
Text Example
Text Example
White with #6A5A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5A3E; }
p { color: rgb(106,90,62); }
H1.HeaderClassName
{
color: #6A5A3E;
}
.AnyTagClassName
{
color: #6A5A3E;
}
</style>
background-color css
<style>
a { background-color: #6A5A3E; }
a { background-color: rgb(106,90,62); }
div.DivClassName
{
background-color: #6A5A3E;
}
.BgClassName
{
background-color: #6A5A3E;
}
</style>
border-color css
<style>
span { border-color: #6A5A3E; }
span { border-color: rgb(106,90,62); }
td.TdClassName
{
border-color: #6A5A3E;
}
.TagClassName
{
border-color: #6A5A3E;
}
</style>