Shades of Tawny Port #643342
Tints of Tawny Port #643342
RGB
CMYK
RGB Variations
Color information
#643342 (or 0x643342) is known color: Tawny Port. HEX triplet: 64, 33 and 42. RGB value is (100,51,66). Sum of RGB (Red+Green+Blue) = 100+51+66=217 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.08% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 100 - color contains mainly: red. Hex color #643342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643342 is #9BCCBD. Grayscale: #434343. Windows color (decimal): -10210494 or 4338532. OLE color: 4338532.
HSL color Cylindrical-coordinate representation of color #643342: hue angle of 341.63º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #643342 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 51 | 66 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.61 |
| HSL | 341.63º | 0.32% | 0.3% | - |
| HSV(B) | 341.63º | 0.49% | 0.39% | - |
| XYZ | 7.42 | 5.47 | 5.82 | - |
| YUV | 67.36 | 127.23 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 51 | 66 | 0 | 0.49 | 0.34 | 0.61 | 341.63 | 0.32 | 0.3 |
| Hex | 64 | 33 | 42 | 0 | 31 | 22 | 3D | 156 | 20 | 1E |
| Octal | 144 | 63 | 102 | 0 | 61 | 42 | 75 | 526 | 40 | 36 |
| Binary | 1100100 | 110011 | 1000010 | 0 | 110001 | 100010 | 111101 | 101010110 | 100000 | 11110 |
Color Harmonies of #643342
Complementary color
Monochromatic Colors of #643342
Black with #643342
Text Example
Text Example
White with #643342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643342; }
p { color: rgb(100,51,66); }
H1.HeaderClassName
{
color: #643342;
}
.AnyTagClassName
{
color: #643342;
}
</style>
background-color css
<style>
a { background-color: #643342; }
a { background-color: rgb(100,51,66); }
div.DivClassName
{
background-color: #643342;
}
.BgClassName
{
background-color: #643342;
}
</style>
border-color css
<style>
span { border-color: #643342; }
span { border-color: rgb(100,51,66); }
td.TdClassName
{
border-color: #643342;
}
.TagClassName
{
border-color: #643342;
}
</style>