Shades of Tawny Port #65404A
Tints of Tawny Port #65404A
RGB
CMYK
RGB Variations
Color information
#65404A (or 0x65404A) is known color: Tawny Port. HEX triplet: 65, 40 and 4A. RGB value is (101,64,74). Sum of RGB (Red+Green+Blue) = 101+64+74=239 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.26% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 101 - color contains mainly: red. Hex color #65404A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65404A is #9ABFB5. Grayscale: #4C4C4C. Windows color (decimal): -10141622 or 4866149. OLE color: 4866149.
HSL color Cylindrical-coordinate representation of color #65404A: hue angle of 343.78º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #65404A is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 64 | 74 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.60 |
| HSL | 343.78º | 0.22% | 0.32% | - |
| HSV(B) | 343.78º | 0.37% | 0.4% | - |
| XYZ | 8.44 | 6.93 | 7.37 | - |
| YUV | 76.2 | 126.76 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 64 | 74 | 0 | 0.37 | 0.27 | 0.60 | 343.78 | 0.22 | 0.32 |
| Hex | 65 | 40 | 4A | 0 | 25 | 1B | 3C | 158 | 16 | 20 |
| Octal | 145 | 100 | 112 | 0 | 45 | 33 | 74 | 530 | 26 | 40 |
| Binary | 1100101 | 1000000 | 1001010 | 0 | 100101 | 11011 | 111100 | 101011000 | 10110 | 100000 |
Color Harmonies of #65404A
Complementary color
Monochromatic Colors of #65404A
Black with #65404A
Text Example
Text Example
White with #65404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65404A; }
p { color: rgb(101,64,74); }
H1.HeaderClassName
{
color: #65404A;
}
.AnyTagClassName
{
color: #65404A;
}
</style>
background-color css
<style>
a { background-color: #65404A; }
a { background-color: rgb(101,64,74); }
div.DivClassName
{
background-color: #65404A;
}
.BgClassName
{
background-color: #65404A;
}
</style>
border-color css
<style>
span { border-color: #65404A; }
span { border-color: rgb(101,64,74); }
td.TdClassName
{
border-color: #65404A;
}
.TagClassName
{
border-color: #65404A;
}
</style>