Shades of Tawny Port #65414A
Tints of Tawny Port #65414A
RGB
CMYK
RGB Variations
Color information
#65414A (or 0x65414A) is known color: Tawny Port. HEX triplet: 65, 41 and 4A. RGB value is (101,65,74). Sum of RGB (Red+Green+Blue) = 101+65+74=240 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.08% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 101 - color contains mainly: red. Hex color #65414A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65414A is #9ABEB5. Grayscale: #4C4C4C. Windows color (decimal): -10141366 or 4866405. OLE color: 4866405.
HSL color Cylindrical-coordinate representation of color #65414A: hue angle of 345º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65414A is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 65 | 74 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.60 |
| HSL | 345º | 0.22% | 0.33% | - |
| HSV(B) | 345º | 0.36% | 0.4% | - |
| XYZ | 8.49 | 7.04 | 7.39 | - |
| YUV | 76.79 | 126.43 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 65 | 74 | 0 | 0.36 | 0.27 | 0.60 | 345 | 0.22 | 0.33 |
| Hex | 65 | 41 | 4A | 0 | 24 | 1B | 3C | 159 | 16 | 21 |
| Octal | 145 | 101 | 112 | 0 | 44 | 33 | 74 | 531 | 26 | 41 |
| Binary | 1100101 | 1000001 | 1001010 | 0 | 100100 | 11011 | 111100 | 101011001 | 10110 | 100001 |
Color Harmonies of #65414A
Complementary color
Monochromatic Colors of #65414A
Black with #65414A
Text Example
Text Example
White with #65414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65414A; }
p { color: rgb(101,65,74); }
H1.HeaderClassName
{
color: #65414A;
}
.AnyTagClassName
{
color: #65414A;
}
</style>
background-color css
<style>
a { background-color: #65414A; }
a { background-color: rgb(101,65,74); }
div.DivClassName
{
background-color: #65414A;
}
.BgClassName
{
background-color: #65414A;
}
</style>
border-color css
<style>
span { border-color: #65414A; }
span { border-color: rgb(101,65,74); }
td.TdClassName
{
border-color: #65414A;
}
.TagClassName
{
border-color: #65414A;
}
</style>