Shades of Tawny Port #614145
Tints of Tawny Port #614145
RGB
CMYK
RGB Variations
Color information
#614145 (or 0x614145) is known color: Tawny Port. HEX triplet: 61, 41 and 45. RGB value is (97,65,69). Sum of RGB (Red+Green+Blue) = 97+65+69=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 97 - color contains mainly: red. Hex color #614145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614145 is #9EBEBA. Grayscale: #4B4B4B. Windows color (decimal): -10403515 or 4538721. OLE color: 4538721.
HSL color Cylindrical-coordinate representation of color #614145: hue angle of 352.5º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #614145 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 65 | 69 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.62 |
| HSL | 352.5º | 0.2% | 0.32% | - |
| HSV(B) | 352.5º | 0.33% | 0.38% | - |
| XYZ | 7.89 | 6.75 | 6.52 | - |
| YUV | 75.02 | 124.6 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 65 | 69 | 0 | 0.33 | 0.29 | 0.62 | 352.5 | 0.2 | 0.32 |
| Hex | 61 | 41 | 45 | 0 | 21 | 1D | 3E | 160 | 14 | 20 |
| Octal | 141 | 101 | 105 | 0 | 41 | 35 | 76 | 540 | 24 | 40 |
| Binary | 1100001 | 1000001 | 1000101 | 0 | 100001 | 11101 | 111110 | 101100000 | 10100 | 100000 |
Color Harmonies of #614145
Complementary color
Monochromatic Colors of #614145
Black with #614145
Text Example
Text Example
White with #614145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614145; }
p { color: rgb(97,65,69); }
H1.HeaderClassName
{
color: #614145;
}
.AnyTagClassName
{
color: #614145;
}
</style>
background-color css
<style>
a { background-color: #614145; }
a { background-color: rgb(97,65,69); }
div.DivClassName
{
background-color: #614145;
}
.BgClassName
{
background-color: #614145;
}
</style>
border-color css
<style>
span { border-color: #614145; }
span { border-color: rgb(97,65,69); }
td.TdClassName
{
border-color: #614145;
}
.TagClassName
{
border-color: #614145;
}
</style>