Shades of Tawny Port #653D49
Tints of Tawny Port #653D49
RGB
CMYK
RGB Variations
Color information
#653D49 (or 0x653D49) is known color: Tawny Port. HEX triplet: 65, 3D and 49. RGB value is (101,61,73). Sum of RGB (Red+Green+Blue) = 101+61+73=235 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.98% from 235); Green value is 61 (24.22% from 255 or 25.96% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 101 - color contains mainly: red. Hex color #653D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653D49 is #9AC2B6. Grayscale: #4A4A4A. Windows color (decimal): -10142391 or 4799845. OLE color: 4799845.
HSL color Cylindrical-coordinate representation of color #653D49: hue angle of 342º 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 #653D49 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 61 | 73 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.60 |
| HSL | 342º | 0.25% | 0.32% | - |
| HSV(B) | 342º | 0.4% | 0.4% | - |
| XYZ | 8.24 | 6.59 | 7.14 | - |
| YUV | 74.33 | 127.25 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 61 | 73 | 0 | 0.40 | 0.28 | 0.60 | 342 | 0.25 | 0.32 |
| Hex | 65 | 3D | 49 | 0 | 28 | 1C | 3C | 156 | 19 | 20 |
| Octal | 145 | 75 | 111 | 0 | 50 | 34 | 74 | 526 | 31 | 40 |
| Binary | 1100101 | 111101 | 1001001 | 0 | 101000 | 11100 | 111100 | 101010110 | 11001 | 100000 |
Color Harmonies of #653D49
Complementary color
Monochromatic Colors of #653D49
Black with #653D49
Text Example
Text Example
White with #653D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653D49; }
p { color: rgb(101,61,73); }
H1.HeaderClassName
{
color: #653D49;
}
.AnyTagClassName
{
color: #653D49;
}
</style>
background-color css
<style>
a { background-color: #653D49; }
a { background-color: rgb(101,61,73); }
div.DivClassName
{
background-color: #653D49;
}
.BgClassName
{
background-color: #653D49;
}
</style>
border-color css
<style>
span { border-color: #653D49; }
span { border-color: rgb(101,61,73); }
td.TdClassName
{
border-color: #653D49;
}
.TagClassName
{
border-color: #653D49;
}
</style>