Shades of Tawny Port #643C48
Tints of Tawny Port #643C48
RGB
CMYK
RGB Variations
Color information
#643C48 (or 0x643C48) is known color: Tawny Port. HEX triplet: 64, 3C and 48. RGB value is (100,60,72). Sum of RGB (Red+Green+Blue) = 100+60+72=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 60 (23.83% from 255 or 25.86% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 100 - color contains mainly: red. Hex color #643C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643C48 is #9BC3B7. Grayscale: #494949. Windows color (decimal): -10208184 or 4734052. OLE color: 4734052.
HSL color Cylindrical-coordinate representation of color #643C48: hue angle of 342º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #643C48 is Cyan = 0, Magento = 0.4, Yellow = 0.28 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 60 | 72 | - |
| CMYK | 0 | 0.4 | 0.28 | 0.61 |
| HSL | 342º | 0.25% | 0.31% | - |
| HSV(B) | 342º | 0.4% | 0.39% | - |
| XYZ | 8.04 | 6.41 | 6.94 | - |
| YUV | 73.33 | 127.25 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 72 | 0 | 0.4 | 0.28 | 0.61 | 342 | 0.25 | 0.31 |
| Hex | 64 | 3C | 48 | 0 | 28 | 1C | 3D | 156 | 19 | 1F |
| Octal | 144 | 74 | 110 | 0 | 50 | 34 | 75 | 526 | 31 | 37 |
| Binary | 1100100 | 111100 | 1001000 | 0 | 101000 | 11100 | 111101 | 101010110 | 11001 | 11111 |
Color Harmonies of #643C48
Complementary color
Monochromatic Colors of #643C48
Black with #643C48
Text Example
Text Example
White with #643C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643C48; }
p { color: rgb(100,60,72); }
H1.HeaderClassName
{
color: #643C48;
}
.AnyTagClassName
{
color: #643C48;
}
</style>
background-color css
<style>
a { background-color: #643C48; }
a { background-color: rgb(100,60,72); }
div.DivClassName
{
background-color: #643C48;
}
.BgClassName
{
background-color: #643C48;
}
</style>
border-color css
<style>
span { border-color: #643C48; }
span { border-color: rgb(100,60,72); }
td.TdClassName
{
border-color: #643C48;
}
.TagClassName
{
border-color: #643C48;
}
</style>