Shades of Tawny Port #65444D
Tints of Tawny Port #65444D
RGB
CMYK
RGB Variations
Color information
#65444D (or 0x65444D) is known color: Tawny Port. HEX triplet: 65, 44 and 4D. RGB value is (101,68,77). Sum of RGB (Red+Green+Blue) = 101+68+77=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 101 - color contains mainly: red. Hex color #65444D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65444D is #9ABBB2. Grayscale: #4E4E4E. Windows color (decimal): -10140595 or 5063781. OLE color: 5063781.
HSL color Cylindrical-coordinate representation of color #65444D: hue angle of 343.64º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #65444D is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 68 | 77 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.60 |
| HSL | 343.64º | 0.2% | 0.33% | - |
| HSV(B) | 343.64º | 0.33% | 0.4% | - |
| XYZ | 8.77 | 7.44 | 7.99 | - |
| YUV | 78.89 | 126.93 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 68 | 77 | 0 | 0.33 | 0.24 | 0.60 | 343.64 | 0.2 | 0.33 |
| Hex | 65 | 44 | 4D | 0 | 21 | 18 | 3C | 158 | 14 | 21 |
| Octal | 145 | 104 | 115 | 0 | 41 | 30 | 74 | 530 | 24 | 41 |
| Binary | 1100101 | 1000100 | 1001101 | 0 | 100001 | 11000 | 111100 | 101011000 | 10100 | 100001 |
Color Harmonies of #65444D
Complementary color
Monochromatic Colors of #65444D
Black with #65444D
Text Example
Text Example
White with #65444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65444D; }
p { color: rgb(101,68,77); }
H1.HeaderClassName
{
color: #65444D;
}
.AnyTagClassName
{
color: #65444D;
}
</style>
background-color css
<style>
a { background-color: #65444D; }
a { background-color: rgb(101,68,77); }
div.DivClassName
{
background-color: #65444D;
}
.BgClassName
{
background-color: #65444D;
}
</style>
border-color css
<style>
span { border-color: #65444D; }
span { border-color: rgb(101,68,77); }
td.TdClassName
{
border-color: #65444D;
}
.TagClassName
{
border-color: #65444D;
}
</style>