Shades of Tobacco Brown #6C5C46
Tints of Tobacco Brown #6C5C46
RGB
CMYK
RGB Variations
Color information
#6C5C46 (or 0x6C5C46) is known color: Tobacco Brown. HEX triplet: 6C, 5C and 46. RGB value is (108,92,70). Sum of RGB (Red+Green+Blue) = 108+92+70=270 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 70 (27.73% from 255 or 25.93% from 270); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5C46 is #93A3B9. Grayscale: #5E5E5E. Windows color (decimal): -9675706 or 4611180. OLE color: 4611180.
HSL color Cylindrical-coordinate representation of color #6C5C46: hue angle of 34.74º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6C5C46 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 92 | 70 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.58 |
| HSL | 34.74º | 0.21% | 0.35% | - |
| HSV(B) | 34.74º | 0.35% | 0.42% | - |
| XYZ | 11.12 | 11.28 | 7.39 | - |
| YUV | 94.28 | 114.3 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 92 | 70 | 0 | 0.15 | 0.35 | 0.58 | 34.74 | 0.21 | 0.35 |
| Hex | 6C | 5C | 46 | 0 | F | 23 | 3A | 23 | 15 | 23 |
| Octal | 154 | 134 | 106 | 0 | 17 | 43 | 72 | 43 | 25 | 43 |
| Binary | 1101100 | 1011100 | 1000110 | 0 | 1111 | 100011 | 111010 | 100011 | 10101 | 100011 |
Color Harmonies of #6C5C46
Complementary color
Monochromatic Colors of #6C5C46
Black with #6C5C46
Text Example
Text Example
White with #6C5C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5C46; }
p { color: rgb(108,92,70); }
H1.HeaderClassName
{
color: #6C5C46;
}
.AnyTagClassName
{
color: #6C5C46;
}
</style>
background-color css
<style>
a { background-color: #6C5C46; }
a { background-color: rgb(108,92,70); }
div.DivClassName
{
background-color: #6C5C46;
}
.BgClassName
{
background-color: #6C5C46;
}
</style>
border-color css
<style>
span { border-color: #6C5C46; }
span { border-color: rgb(108,92,70); }
td.TdClassName
{
border-color: #6C5C46;
}
.TagClassName
{
border-color: #6C5C46;
}
</style>