Shades of Tobacco Brown #6B533D
Tints of Tobacco Brown #6B533D
RGB
CMYK
RGB Variations
Color information
#6B533D (or 0x6B533D) is known color: Tobacco Brown. HEX triplet: 6B, 53 and 3D. RGB value is (107,83,61). Sum of RGB (Red+Green+Blue) = 107+83+61=251 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.63% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 107 - color contains mainly: red. Hex color #6B533D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B533D is #94ACC2. Grayscale: #575757. Windows color (decimal): -9743555 or 4019051. OLE color: 4019051.
HSL color Cylindrical-coordinate representation of color #6B533D: hue angle of 28.7º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B533D is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 83 | 61 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.58 |
| HSL | 28.7º | 0.27% | 0.33% | - |
| HSV(B) | 28.7º | 0.43% | 0.42% | - |
| XYZ | 10 | 9.65 | 5.75 | - |
| YUV | 87.67 | 112.95 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 83 | 61 | 0 | 0.22 | 0.43 | 0.58 | 28.7 | 0.27 | 0.33 |
| Hex | 6B | 53 | 3D | 0 | 16 | 2B | 3A | 1D | 1B | 21 |
| Octal | 153 | 123 | 75 | 0 | 26 | 53 | 72 | 35 | 33 | 41 |
| Binary | 1101011 | 1010011 | 111101 | 0 | 10110 | 101011 | 111010 | 11101 | 11011 | 100001 |
Color Harmonies of #6B533D
Complementary color
Monochromatic Colors of #6B533D
Black with #6B533D
Text Example
Text Example
White with #6B533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B533D; }
p { color: rgb(107,83,61); }
H1.HeaderClassName
{
color: #6B533D;
}
.AnyTagClassName
{
color: #6B533D;
}
</style>
background-color css
<style>
a { background-color: #6B533D; }
a { background-color: rgb(107,83,61); }
div.DivClassName
{
background-color: #6B533D;
}
.BgClassName
{
background-color: #6B533D;
}
</style>
border-color css
<style>
span { border-color: #6B533D; }
span { border-color: rgb(107,83,61); }
td.TdClassName
{
border-color: #6B533D;
}
.TagClassName
{
border-color: #6B533D;
}
</style>