Shades of Tawny Port #653D4D
Tints of Tawny Port #653D4D
RGB
CMYK
RGB Variations
Color information
#653D4D (or 0x653D4D) is known color: Tawny Port. HEX triplet: 65, 3D and 4D. RGB value is (101,61,77). Sum of RGB (Red+Green+Blue) = 101+61+77=239 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.26% from 239); Green value is 61 (24.22% from 255 or 25.52% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 101 - color contains mainly: red. Hex color #653D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653D4D is #9AC2B2. Grayscale: #4A4A4A. Windows color (decimal): -10142387 or 5061989. OLE color: 5061989.
HSL color Cylindrical-coordinate representation of color #653D4D: hue angle of 336º 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 #653D4D is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 61 | 77 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.60 |
| HSL | 336º | 0.25% | 0.32% | - |
| HSV(B) | 336º | 0.4% | 0.4% | - |
| XYZ | 8.38 | 6.64 | 7.86 | - |
| YUV | 74.78 | 129.25 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 61 | 77 | 0 | 0.40 | 0.24 | 0.60 | 336 | 0.25 | 0.32 |
| Hex | 65 | 3D | 4D | 0 | 28 | 18 | 3C | 150 | 19 | 20 |
| Octal | 145 | 75 | 115 | 0 | 50 | 30 | 74 | 520 | 31 | 40 |
| Binary | 1100101 | 111101 | 1001101 | 0 | 101000 | 11000 | 111100 | 101010000 | 11001 | 100000 |
Color Harmonies of #653D4D
Complementary color
Monochromatic Colors of #653D4D
Black with #653D4D
Text Example
Text Example
White with #653D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653D4D; }
p { color: rgb(101,61,77); }
H1.HeaderClassName
{
color: #653D4D;
}
.AnyTagClassName
{
color: #653D4D;
}
</style>
background-color css
<style>
a { background-color: #653D4D; }
a { background-color: rgb(101,61,77); }
div.DivClassName
{
background-color: #653D4D;
}
.BgClassName
{
background-color: #653D4D;
}
</style>
border-color css
<style>
span { border-color: #653D4D; }
span { border-color: rgb(101,61,77); }
td.TdClassName
{
border-color: #653D4D;
}
.TagClassName
{
border-color: #653D4D;
}
</style>