Shades of Tawny Port #643345
Tints of Tawny Port #643345
RGB
CMYK
RGB Variations
Color information
#643345 (or 0x643345) is known color: Tawny Port. HEX triplet: 64, 33 and 45. RGB value is (100,51,69). Sum of RGB (Red+Green+Blue) = 100+51+69=220 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.45% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 100 - color contains mainly: red. Hex color #643345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643345 is #9BCCBA. Grayscale: #434343. Windows color (decimal): -10210491 or 4535140. OLE color: 4535140.
HSL color Cylindrical-coordinate representation of color #643345: hue angle of 337.96º 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 #643345 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 51 | 69 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.61 |
| HSL | 337.96º | 0.32% | 0.3% | - |
| HSV(B) | 337.96º | 0.49% | 0.39% | - |
| XYZ | 7.51 | 5.51 | 6.3 | - |
| YUV | 67.7 | 128.73 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 51 | 69 | 0 | 0.49 | 0.31 | 0.61 | 337.96 | 0.32 | 0.3 |
| Hex | 64 | 33 | 45 | 0 | 31 | 1F | 3D | 152 | 20 | 1E |
| Octal | 144 | 63 | 105 | 0 | 61 | 37 | 75 | 522 | 40 | 36 |
| Binary | 1100100 | 110011 | 1000101 | 0 | 110001 | 11111 | 111101 | 101010010 | 100000 | 11110 |
Color Harmonies of #643345
Complementary color
Monochromatic Colors of #643345
Black with #643345
Text Example
Text Example
White with #643345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643345; }
p { color: rgb(100,51,69); }
H1.HeaderClassName
{
color: #643345;
}
.AnyTagClassName
{
color: #643345;
}
</style>
background-color css
<style>
a { background-color: #643345; }
a { background-color: rgb(100,51,69); }
div.DivClassName
{
background-color: #643345;
}
.BgClassName
{
background-color: #643345;
}
</style>
border-color css
<style>
span { border-color: #643345; }
span { border-color: rgb(100,51,69); }
td.TdClassName
{
border-color: #643345;
}
.TagClassName
{
border-color: #643345;
}
</style>