Shades of Tobacco Brown #67513B
Tints of Tobacco Brown #67513B
RGB
CMYK
RGB Variations
Color information
#67513B (or 0x67513B) is known color: Tobacco Brown. HEX triplet: 67, 51 and 3B. RGB value is (103,81,59). Sum of RGB (Red+Green+Blue) = 103+81+59=243 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.39% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 103 - color contains mainly: red. Hex color #67513B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67513B is #98AEC4. Grayscale: #555555. Windows color (decimal): -10006213 or 3887463. OLE color: 3887463.
HSL color Cylindrical-coordinate representation of color #67513B: hue angle of 30º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #67513B is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 81 | 59 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.60 |
| HSL | 30º | 0.27% | 0.32% | - |
| HSV(B) | 30º | 0.43% | 0.4% | - |
| XYZ | 9.33 | 9.08 | 5.4 | - |
| YUV | 85.07 | 113.29 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 81 | 59 | 0 | 0.21 | 0.43 | 0.60 | 30 | 0.27 | 0.32 |
| Hex | 67 | 51 | 3B | 0 | 15 | 2B | 3C | 1E | 1B | 20 |
| Octal | 147 | 121 | 73 | 0 | 25 | 53 | 74 | 36 | 33 | 40 |
| Binary | 1100111 | 1010001 | 111011 | 0 | 10101 | 101011 | 111100 | 11110 | 11011 | 100000 |
Color Harmonies of #67513B
Complementary color
Monochromatic Colors of #67513B
Black with #67513B
Text Example
Text Example
White with #67513B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67513B; }
p { color: rgb(103,81,59); }
H1.HeaderClassName
{
color: #67513B;
}
.AnyTagClassName
{
color: #67513B;
}
</style>
background-color css
<style>
a { background-color: #67513B; }
a { background-color: rgb(103,81,59); }
div.DivClassName
{
background-color: #67513B;
}
.BgClassName
{
background-color: #67513B;
}
</style>
border-color css
<style>
span { border-color: #67513B; }
span { border-color: rgb(103,81,59); }
td.TdClassName
{
border-color: #67513B;
}
.TagClassName
{
border-color: #67513B;
}
</style>