Shades of Tawny Port #65444A
Tints of Tawny Port #65444A
RGB
CMYK
RGB Variations
Color information
#65444A (or 0x65444A) is known color: Tawny Port. HEX triplet: 65, 44 and 4A. RGB value is (101,68,74). Sum of RGB (Red+Green+Blue) = 101+68+74=243 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.56% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 101 - color contains mainly: red. Hex color #65444A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65444A is #9ABBB5. Grayscale: #4E4E4E. Windows color (decimal): -10140598 or 4867173. OLE color: 4867173.
HSL color Cylindrical-coordinate representation of color #65444A: hue angle of 349.09º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #65444A is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 68 | 74 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.60 |
| HSL | 349.09º | 0.2% | 0.33% | - |
| HSV(B) | 349.09º | 0.33% | 0.4% | - |
| XYZ | 8.67 | 7.4 | 7.45 | - |
| YUV | 78.55 | 125.43 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 68 | 74 | 0 | 0.33 | 0.27 | 0.60 | 349.09 | 0.2 | 0.33 |
| Hex | 65 | 44 | 4A | 0 | 21 | 1B | 3C | 15D | 14 | 21 |
| Octal | 145 | 104 | 112 | 0 | 41 | 33 | 74 | 535 | 24 | 41 |
| Binary | 1100101 | 1000100 | 1001010 | 0 | 100001 | 11011 | 111100 | 101011101 | 10100 | 100001 |
Color Harmonies of #65444A
Complementary color
Monochromatic Colors of #65444A
Black with #65444A
Text Example
Text Example
White with #65444A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65444A; }
p { color: rgb(101,68,74); }
H1.HeaderClassName
{
color: #65444A;
}
.AnyTagClassName
{
color: #65444A;
}
</style>
background-color css
<style>
a { background-color: #65444A; }
a { background-color: rgb(101,68,74); }
div.DivClassName
{
background-color: #65444A;
}
.BgClassName
{
background-color: #65444A;
}
</style>
border-color css
<style>
span { border-color: #65444A; }
span { border-color: rgb(101,68,74); }
td.TdClassName
{
border-color: #65444A;
}
.TagClassName
{
border-color: #65444A;
}
</style>