Shades of Tawny Port #654048
Tints of Tawny Port #654048
RGB
CMYK
RGB Variations
Color information
#654048 (or 0x654048) is known color: Tawny Port. HEX triplet: 65, 40 and 48. RGB value is (101,64,72). Sum of RGB (Red+Green+Blue) = 101+64+72=237 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.62% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 101 - color contains mainly: red. Hex color #654048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654048 is #9ABFB7. Grayscale: #4B4B4B. Windows color (decimal): -10141624 or 4735077. OLE color: 4735077.
HSL color Cylindrical-coordinate representation of color #654048: hue angle of 347.03º 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 #654048 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 64 | 72 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.60 |
| HSL | 347.03º | 0.22% | 0.32% | - |
| HSV(B) | 347.03º | 0.37% | 0.4% | - |
| XYZ | 8.37 | 6.9 | 7.02 | - |
| YUV | 75.98 | 125.76 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 64 | 72 | 0 | 0.37 | 0.29 | 0.60 | 347.03 | 0.22 | 0.32 |
| Hex | 65 | 40 | 48 | 0 | 25 | 1D | 3C | 15B | 16 | 20 |
| Octal | 145 | 100 | 110 | 0 | 45 | 35 | 74 | 533 | 26 | 40 |
| Binary | 1100101 | 1000000 | 1001000 | 0 | 100101 | 11101 | 111100 | 101011011 | 10110 | 100000 |
Color Harmonies of #654048
Complementary color
Monochromatic Colors of #654048
Black with #654048
Text Example
Text Example
White with #654048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654048; }
p { color: rgb(101,64,72); }
H1.HeaderClassName
{
color: #654048;
}
.AnyTagClassName
{
color: #654048;
}
</style>
background-color css
<style>
a { background-color: #654048; }
a { background-color: rgb(101,64,72); }
div.DivClassName
{
background-color: #654048;
}
.BgClassName
{
background-color: #654048;
}
</style>
border-color css
<style>
span { border-color: #654048; }
span { border-color: rgb(101,64,72); }
td.TdClassName
{
border-color: #654048;
}
.TagClassName
{
border-color: #654048;
}
</style>