Shades of Tawny Port #643545
Tints of Tawny Port #643545
RGB
CMYK
RGB Variations
Color information
#643545 (or 0x643545) is known color: Tawny Port. HEX triplet: 64, 35 and 45. RGB value is (100,53,69). Sum of RGB (Red+Green+Blue) = 100+53+69=222 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.05% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 100 - color contains mainly: red. Hex color #643545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643545 is #9BCABA. Grayscale: #444444. Windows color (decimal): -10209979 or 4535652. OLE color: 4535652.
HSL color Cylindrical-coordinate representation of color #643545: hue angle of 339.57º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #643545 is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 53 | 69 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.61 |
| HSL | 339.57º | 0.31% | 0.3% | - |
| HSV(B) | 339.57º | 0.47% | 0.39% | - |
| XYZ | 7.6 | 5.69 | 6.33 | - |
| YUV | 68.88 | 128.07 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 53 | 69 | 0 | 0.47 | 0.31 | 0.61 | 339.57 | 0.31 | 0.3 |
| Hex | 64 | 35 | 45 | 0 | 2F | 1F | 3D | 154 | 1F | 1E |
| Octal | 144 | 65 | 105 | 0 | 57 | 37 | 75 | 524 | 37 | 36 |
| Binary | 1100100 | 110101 | 1000101 | 0 | 101111 | 11111 | 111101 | 101010100 | 11111 | 11110 |
Color Harmonies of #643545
Complementary color
Monochromatic Colors of #643545
Black with #643545
Text Example
Text Example
White with #643545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643545; }
p { color: rgb(100,53,69); }
H1.HeaderClassName
{
color: #643545;
}
.AnyTagClassName
{
color: #643545;
}
</style>
background-color css
<style>
a { background-color: #643545; }
a { background-color: rgb(100,53,69); }
div.DivClassName
{
background-color: #643545;
}
.BgClassName
{
background-color: #643545;
}
</style>
border-color css
<style>
span { border-color: #643545; }
span { border-color: rgb(100,53,69); }
td.TdClassName
{
border-color: #643545;
}
.TagClassName
{
border-color: #643545;
}
</style>