Shades of Tawny Port #64454D
Tints of Tawny Port #64454D
RGB
CMYK
RGB Variations
Color information
#64454D (or 0x64454D) is known color: Tawny Port. HEX triplet: 64, 45 and 4D. RGB value is (100,69,77). Sum of RGB (Red+Green+Blue) = 100+69+77=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 100 - color contains mainly: red. Hex color #64454D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64454D is #9BBAB2. Grayscale: #4F4F4F. Windows color (decimal): -10205875 or 5064036. OLE color: 5064036.
HSL color Cylindrical-coordinate representation of color #64454D: hue angle of 344.52º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #64454D is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 69 | 77 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.61 |
| HSL | 344.52º | 0.18% | 0.33% | - |
| HSV(B) | 344.52º | 0.31% | 0.39% | - |
| XYZ | 8.72 | 7.5 | 8.01 | - |
| YUV | 79.18 | 126.77 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 69 | 77 | 0 | 0.31 | 0.23 | 0.61 | 344.52 | 0.18 | 0.33 |
| Hex | 64 | 45 | 4D | 0 | 1F | 17 | 3D | 159 | 12 | 21 |
| Octal | 144 | 105 | 115 | 0 | 37 | 27 | 75 | 531 | 22 | 41 |
| Binary | 1100100 | 1000101 | 1001101 | 0 | 11111 | 10111 | 111101 | 101011001 | 10010 | 100001 |
Color Harmonies of #64454D
Complementary color
Monochromatic Colors of #64454D
Black with #64454D
Text Example
Text Example
White with #64454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64454D; }
p { color: rgb(100,69,77); }
H1.HeaderClassName
{
color: #64454D;
}
.AnyTagClassName
{
color: #64454D;
}
</style>
background-color css
<style>
a { background-color: #64454D; }
a { background-color: rgb(100,69,77); }
div.DivClassName
{
background-color: #64454D;
}
.BgClassName
{
background-color: #64454D;
}
</style>
border-color css
<style>
span { border-color: #64454D; }
span { border-color: rgb(100,69,77); }
td.TdClassName
{
border-color: #64454D;
}
.TagClassName
{
border-color: #64454D;
}
</style>