Shades of Tawny Port #653D4A
Tints of Tawny Port #653D4A
RGB
CMYK
RGB Variations
Color information
#653D4A (or 0x653D4A) is known color: Tawny Port. HEX triplet: 65, 3D and 4A. RGB value is (101,61,74). Sum of RGB (Red+Green+Blue) = 101+61+74=236 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.80% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 101 - color contains mainly: red. Hex color #653D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653D4A is #9AC2B5. Grayscale: #4A4A4A. Windows color (decimal): -10142390 or 4865381. OLE color: 4865381.
HSL color Cylindrical-coordinate representation of color #653D4A: hue angle of 340.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 #653D4A is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 61 | 74 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.60 |
| HSL | 340.5º | 0.25% | 0.32% | - |
| HSV(B) | 340.5º | 0.4% | 0.4% | - |
| XYZ | 8.27 | 6.6 | 7.32 | - |
| YUV | 74.44 | 127.75 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 61 | 74 | 0 | 0.40 | 0.27 | 0.60 | 340.5 | 0.25 | 0.32 |
| Hex | 65 | 3D | 4A | 0 | 28 | 1B | 3C | 154 | 19 | 20 |
| Octal | 145 | 75 | 112 | 0 | 50 | 33 | 74 | 524 | 31 | 40 |
| Binary | 1100101 | 111101 | 1001010 | 0 | 101000 | 11011 | 111100 | 101010100 | 11001 | 100000 |
Color Harmonies of #653D4A
Complementary color
Monochromatic Colors of #653D4A
Black with #653D4A
Text Example
Text Example
White with #653D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653D4A; }
p { color: rgb(101,61,74); }
H1.HeaderClassName
{
color: #653D4A;
}
.AnyTagClassName
{
color: #653D4A;
}
</style>
background-color css
<style>
a { background-color: #653D4A; }
a { background-color: rgb(101,61,74); }
div.DivClassName
{
background-color: #653D4A;
}
.BgClassName
{
background-color: #653D4A;
}
</style>
border-color css
<style>
span { border-color: #653D4A; }
span { border-color: rgb(101,61,74); }
td.TdClassName
{
border-color: #653D4A;
}
.TagClassName
{
border-color: #653D4A;
}
</style>