Shades of Tawny Port #65454C
Tints of Tawny Port #65454C
RGB
CMYK
RGB Variations
Color information
#65454C (or 0x65454C) is known color: Tawny Port. HEX triplet: 65, 45 and 4C. RGB value is (101,69,76). Sum of RGB (Red+Green+Blue) = 101+69+76=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 101 - color contains mainly: red. Hex color #65454C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65454C is #9ABAB3. Grayscale: #4F4F4F. Windows color (decimal): -10140340 or 4998501. OLE color: 4998501.
HSL color Cylindrical-coordinate representation of color #65454C: hue angle of 346.88º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #65454C is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 69 | 76 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.60 |
| HSL | 346.88º | 0.19% | 0.33% | - |
| HSV(B) | 346.88º | 0.32% | 0.4% | - |
| XYZ | 8.8 | 7.54 | 7.83 | - |
| YUV | 79.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 69 | 76 | 0 | 0.32 | 0.25 | 0.60 | 346.88 | 0.19 | 0.33 |
| Hex | 65 | 45 | 4C | 0 | 20 | 19 | 3C | 15B | 13 | 21 |
| Octal | 145 | 105 | 114 | 0 | 40 | 31 | 74 | 533 | 23 | 41 |
| Binary | 1100101 | 1000101 | 1001100 | 0 | 100000 | 11001 | 111100 | 101011011 | 10011 | 100001 |
Color Harmonies of #65454C
Complementary color
Monochromatic Colors of #65454C
Black with #65454C
Text Example
Text Example
White with #65454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65454C; }
p { color: rgb(101,69,76); }
H1.HeaderClassName
{
color: #65454C;
}
.AnyTagClassName
{
color: #65454C;
}
</style>
background-color css
<style>
a { background-color: #65454C; }
a { background-color: rgb(101,69,76); }
div.DivClassName
{
background-color: #65454C;
}
.BgClassName
{
background-color: #65454C;
}
</style>
border-color css
<style>
span { border-color: #65454C; }
span { border-color: rgb(101,69,76); }
td.TdClassName
{
border-color: #65454C;
}
.TagClassName
{
border-color: #65454C;
}
</style>