Shades of Tawny Port #65464E
Tints of Tawny Port #65464E
RGB
CMYK
RGB Variations
Color information
#65464E (or 0x65464E) is known color: Tawny Port. HEX triplet: 65, 46 and 4E. RGB value is (101,70,78). Sum of RGB (Red+Green+Blue) = 101+70+78=249 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.56% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 101 - color contains mainly: red. Hex color #65464E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65464E is #9AB9B1. Grayscale: #505050. Windows color (decimal): -10140082 or 5129829. OLE color: 5129829.
HSL color Cylindrical-coordinate representation of color #65464E: hue angle of 344.52º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #65464E is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 70 | 78 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.60 |
| HSL | 344.52º | 0.18% | 0.34% | - |
| HSV(B) | 344.52º | 0.31% | 0.4% | - |
| XYZ | 8.93 | 7.7 | 8.22 | - |
| YUV | 80.18 | 126.77 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 70 | 78 | 0 | 0.31 | 0.23 | 0.60 | 344.52 | 0.18 | 0.34 |
| Hex | 65 | 46 | 4E | 0 | 1F | 17 | 3C | 159 | 12 | 22 |
| Octal | 145 | 106 | 116 | 0 | 37 | 27 | 74 | 531 | 22 | 42 |
| Binary | 1100101 | 1000110 | 1001110 | 0 | 11111 | 10111 | 111100 | 101011001 | 10010 | 100010 |
Color Harmonies of #65464E
Complementary color
Monochromatic Colors of #65464E
Black with #65464E
Text Example
Text Example
White with #65464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65464E; }
p { color: rgb(101,70,78); }
H1.HeaderClassName
{
color: #65464E;
}
.AnyTagClassName
{
color: #65464E;
}
</style>
background-color css
<style>
a { background-color: #65464E; }
a { background-color: rgb(101,70,78); }
div.DivClassName
{
background-color: #65464E;
}
.BgClassName
{
background-color: #65464E;
}
</style>
border-color css
<style>
span { border-color: #65464E; }
span { border-color: rgb(101,70,78); }
td.TdClassName
{
border-color: #65464E;
}
.TagClassName
{
border-color: #65464E;
}
</style>