Shades of Tawny Port #64404B
Tints of Tawny Port #64404B
RGB
CMYK
RGB Variations
Color information
#64404B (or 0x64404B) is known color: Tawny Port. HEX triplet: 64, 40 and 4B. RGB value is (100,64,75). Sum of RGB (Red+Green+Blue) = 100+64+75=239 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.84% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 100 - color contains mainly: red. Hex color #64404B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64404B is #9BBFB4. Grayscale: #4C4C4C. Windows color (decimal): -10207157 or 4931684. OLE color: 4931684.
HSL color Cylindrical-coordinate representation of color #64404B: hue angle of 341.67º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #64404B is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 64 | 75 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.61 |
| HSL | 341.67º | 0.22% | 0.32% | - |
| HSV(B) | 341.67º | 0.36% | 0.39% | - |
| XYZ | 8.36 | 6.88 | 7.54 | - |
| YUV | 76.02 | 127.43 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 64 | 75 | 0 | 0.36 | 0.25 | 0.61 | 341.67 | 0.22 | 0.32 |
| Hex | 64 | 40 | 4B | 0 | 24 | 19 | 3D | 156 | 16 | 20 |
| Octal | 144 | 100 | 113 | 0 | 44 | 31 | 75 | 526 | 26 | 40 |
| Binary | 1100100 | 1000000 | 1001011 | 0 | 100100 | 11001 | 111101 | 101010110 | 10110 | 100000 |
Color Harmonies of #64404B
Complementary color
Monochromatic Colors of #64404B
Black with #64404B
Text Example
Text Example
White with #64404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64404B; }
p { color: rgb(100,64,75); }
H1.HeaderClassName
{
color: #64404B;
}
.AnyTagClassName
{
color: #64404B;
}
</style>
background-color css
<style>
a { background-color: #64404B; }
a { background-color: rgb(100,64,75); }
div.DivClassName
{
background-color: #64404B;
}
.BgClassName
{
background-color: #64404B;
}
</style>
border-color css
<style>
span { border-color: #64404B; }
span { border-color: rgb(100,64,75); }
td.TdClassName
{
border-color: #64404B;
}
.TagClassName
{
border-color: #64404B;
}
</style>