Shades of Tawny Port #64444B
Tints of Tawny Port #64444B
RGB
CMYK
RGB Variations
Color information
#64444B (or 0x64444B) is known color: Tawny Port. HEX triplet: 64, 44 and 4B. RGB value is (100,68,75). Sum of RGB (Red+Green+Blue) = 100+68+75=243 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.15% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 100 - color contains mainly: red. Hex color #64444B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64444B is #9BBBB4. Grayscale: #4E4E4E. Windows color (decimal): -10206133 or 4932708. OLE color: 4932708.
HSL color Cylindrical-coordinate representation of color #64444B: hue angle of 346.88º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64444B is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 68 | 75 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.61 |
| HSL | 346.88º | 0.19% | 0.33% | - |
| HSV(B) | 346.88º | 0.32% | 0.39% | - |
| XYZ | 8.59 | 7.35 | 7.62 | - |
| YUV | 78.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 68 | 75 | 0 | 0.32 | 0.25 | 0.61 | 346.88 | 0.19 | 0.33 |
| Hex | 64 | 44 | 4B | 0 | 20 | 19 | 3D | 15B | 13 | 21 |
| Octal | 144 | 104 | 113 | 0 | 40 | 31 | 75 | 533 | 23 | 41 |
| Binary | 1100100 | 1000100 | 1001011 | 0 | 100000 | 11001 | 111101 | 101011011 | 10011 | 100001 |
Color Harmonies of #64444B
Complementary color
Monochromatic Colors of #64444B
Black with #64444B
Text Example
Text Example
White with #64444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64444B; }
p { color: rgb(100,68,75); }
H1.HeaderClassName
{
color: #64444B;
}
.AnyTagClassName
{
color: #64444B;
}
</style>
background-color css
<style>
a { background-color: #64444B; }
a { background-color: rgb(100,68,75); }
div.DivClassName
{
background-color: #64444B;
}
.BgClassName
{
background-color: #64444B;
}
</style>
border-color css
<style>
span { border-color: #64444B; }
span { border-color: rgb(100,68,75); }
td.TdClassName
{
border-color: #64444B;
}
.TagClassName
{
border-color: #64444B;
}
</style>