Shades of Tawny Port #65454D
Tints of Tawny Port #65454D
RGB
CMYK
RGB Variations
Color information
#65454D (or 0x65454D) is known color: Tawny Port. HEX triplet: 65, 45 and 4D. RGB value is (101,69,77). Sum of RGB (Red+Green+Blue) = 101+69+77=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 101 - color contains mainly: red. Hex color #65454D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65454D is #9ABAB2. Grayscale: #4F4F4F. Windows color (decimal): -10140339 or 5064037. OLE color: 5064037.
HSL color Cylindrical-coordinate representation of color #65454D: hue angle of 345º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #65454D is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 69 | 77 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.60 |
| HSL | 345º | 0.19% | 0.33% | - |
| HSV(B) | 345º | 0.32% | 0.4% | - |
| XYZ | 8.83 | 7.56 | 8.01 | - |
| YUV | 79.48 | 126.6 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 69 | 77 | 0 | 0.32 | 0.24 | 0.60 | 345 | 0.19 | 0.33 |
| Hex | 65 | 45 | 4D | 0 | 20 | 18 | 3C | 159 | 13 | 21 |
| Octal | 145 | 105 | 115 | 0 | 40 | 30 | 74 | 531 | 23 | 41 |
| Binary | 1100101 | 1000101 | 1001101 | 0 | 100000 | 11000 | 111100 | 101011001 | 10011 | 100001 |
Color Harmonies of #65454D
Complementary color
Monochromatic Colors of #65454D
Black with #65454D
Text Example
Text Example
White with #65454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65454D; }
p { color: rgb(101,69,77); }
H1.HeaderClassName
{
color: #65454D;
}
.AnyTagClassName
{
color: #65454D;
}
</style>
background-color css
<style>
a { background-color: #65454D; }
a { background-color: rgb(101,69,77); }
div.DivClassName
{
background-color: #65454D;
}
.BgClassName
{
background-color: #65454D;
}
</style>
border-color css
<style>
span { border-color: #65454D; }
span { border-color: rgb(101,69,77); }
td.TdClassName
{
border-color: #65454D;
}
.TagClassName
{
border-color: #65454D;
}
</style>