Shades of Tawny Port #653D4E
Tints of Tawny Port #653D4E
RGB
CMYK
RGB Variations
Color information
#653D4E (or 0x653D4E) is known color: Tawny Port. HEX triplet: 65, 3D and 4E. RGB value is (101,61,78). Sum of RGB (Red+Green+Blue) = 101+61+78=240 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.08% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 101 - color contains mainly: red. Hex color #653D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653D4E is #9AC2B1. Grayscale: #4A4A4A. Windows color (decimal): -10142386 or 5127525. OLE color: 5127525.
HSL color Cylindrical-coordinate representation of color #653D4E: hue angle of 334.5º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #653D4E is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 61 | 78 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.60 |
| HSL | 334.5º | 0.25% | 0.32% | - |
| HSV(B) | 334.5º | 0.4% | 0.4% | - |
| XYZ | 8.41 | 6.65 | 8.05 | - |
| YUV | 74.9 | 129.75 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 61 | 78 | 0 | 0.40 | 0.23 | 0.60 | 334.5 | 0.25 | 0.32 |
| Hex | 65 | 3D | 4E | 0 | 28 | 17 | 3C | 14E | 19 | 20 |
| Octal | 145 | 75 | 116 | 0 | 50 | 27 | 74 | 516 | 31 | 40 |
| Binary | 1100101 | 111101 | 1001110 | 0 | 101000 | 10111 | 111100 | 101001110 | 11001 | 100000 |
Color Harmonies of #653D4E
Complementary color
Monochromatic Colors of #653D4E
Black with #653D4E
Text Example
Text Example
White with #653D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653D4E; }
p { color: rgb(101,61,78); }
H1.HeaderClassName
{
color: #653D4E;
}
.AnyTagClassName
{
color: #653D4E;
}
</style>
background-color css
<style>
a { background-color: #653D4E; }
a { background-color: rgb(101,61,78); }
div.DivClassName
{
background-color: #653D4E;
}
.BgClassName
{
background-color: #653D4E;
}
</style>
border-color css
<style>
span { border-color: #653D4E; }
span { border-color: rgb(101,61,78); }
td.TdClassName
{
border-color: #653D4E;
}
.TagClassName
{
border-color: #653D4E;
}
</style>