Shades of Tawny Port #643C45
Tints of Tawny Port #643C45
RGB
CMYK
RGB Variations
Color information
#643C45 (or 0x643C45) is known color: Tawny Port. HEX triplet: 64, 3C and 45. RGB value is (100,60,69). Sum of RGB (Red+Green+Blue) = 100+60+69=229 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.67% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 69 (27.34% from 255 or 30.13% from 229); Max value from RGB is 100 - color contains mainly: red. Hex color #643C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643C45 is #9BC3BA. Grayscale: #484848. Windows color (decimal): -10208187 or 4537444. OLE color: 4537444.
HSL color Cylindrical-coordinate representation of color #643C45: hue angle of 346.5º 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 #643C45 is Cyan = 0, Magento = 0.4, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 60 | 69 | - |
| CMYK | 0 | 0.4 | 0.31 | 0.61 |
| HSL | 346.5º | 0.25% | 0.31% | - |
| HSV(B) | 346.5º | 0.4% | 0.39% | - |
| XYZ | 7.95 | 6.37 | 6.44 | - |
| YUV | 72.99 | 125.75 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 69 | 0 | 0.4 | 0.31 | 0.61 | 346.5 | 0.25 | 0.31 |
| Hex | 64 | 3C | 45 | 0 | 28 | 1F | 3D | 15A | 19 | 1F |
| Octal | 144 | 74 | 105 | 0 | 50 | 37 | 75 | 532 | 31 | 37 |
| Binary | 1100100 | 111100 | 1000101 | 0 | 101000 | 11111 | 111101 | 101011010 | 11001 | 11111 |
Color Harmonies of #643C45
Complementary color
Monochromatic Colors of #643C45
Black with #643C45
Text Example
Text Example
White with #643C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643C45; }
p { color: rgb(100,60,69); }
H1.HeaderClassName
{
color: #643C45;
}
.AnyTagClassName
{
color: #643C45;
}
</style>
background-color css
<style>
a { background-color: #643C45; }
a { background-color: rgb(100,60,69); }
div.DivClassName
{
background-color: #643C45;
}
.BgClassName
{
background-color: #643C45;
}
</style>
border-color css
<style>
span { border-color: #643C45; }
span { border-color: rgb(100,60,69); }
td.TdClassName
{
border-color: #643C45;
}
.TagClassName
{
border-color: #643C45;
}
</style>