Shades of Tobacco Brown #6A563E
Tints of Tobacco Brown #6A563E
RGB
CMYK
RGB Variations
Color information
#6A563E (or 0x6A563E) is known color: Tobacco Brown. HEX triplet: 6A, 56 and 3E. RGB value is (106,86,62). Sum of RGB (Red+Green+Blue) = 106+86+62=254 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.73% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 106 - color contains mainly: red. Hex color #6A563E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A563E is #95A9C1. Grayscale: #595959. Windows color (decimal): -9808322 or 4085354. OLE color: 4085354.
HSL color Cylindrical-coordinate representation of color #6A563E: hue angle of 32.73º 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 #6A563E is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 86 | 62 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.58 |
| HSL | 32.73º | 0.26% | 0.33% | - |
| HSV(B) | 32.73º | 0.42% | 0.42% | - |
| XYZ | 10.14 | 10.07 | 5.97 | - |
| YUV | 89.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 86 | 62 | 0 | 0.19 | 0.42 | 0.58 | 32.73 | 0.26 | 0.33 |
| Hex | 6A | 56 | 3E | 0 | 13 | 2A | 3A | 21 | 1A | 21 |
| Octal | 152 | 126 | 76 | 0 | 23 | 52 | 72 | 41 | 32 | 41 |
| Binary | 1101010 | 1010110 | 111110 | 0 | 10011 | 101010 | 111010 | 100001 | 11010 | 100001 |
Color Harmonies of #6A563E
Complementary color
Monochromatic Colors of #6A563E
Black with #6A563E
Text Example
Text Example
White with #6A563E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A563E; }
p { color: rgb(106,86,62); }
H1.HeaderClassName
{
color: #6A563E;
}
.AnyTagClassName
{
color: #6A563E;
}
</style>
background-color css
<style>
a { background-color: #6A563E; }
a { background-color: rgb(106,86,62); }
div.DivClassName
{
background-color: #6A563E;
}
.BgClassName
{
background-color: #6A563E;
}
</style>
border-color css
<style>
span { border-color: #6A563E; }
span { border-color: rgb(106,86,62); }
td.TdClassName
{
border-color: #6A563E;
}
.TagClassName
{
border-color: #6A563E;
}
</style>