Shades of Tawny Port #613E4C
Tints of Tawny Port #613E4C
RGB
CMYK
RGB Variations
Color information
#613E4C (or 0x613E4C) is known color: Tawny Port. HEX triplet: 61, 3E and 4C. RGB value is (97,62,76). Sum of RGB (Red+Green+Blue) = 97+62+76=235 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.28% from 235); Green value is 62 (24.61% from 255 or 26.38% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 97 - color contains mainly: red. Hex color #613E4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613E4C is #9EC1B3. Grayscale: #4A4A4A. Windows color (decimal): -10404276 or 4996705. OLE color: 4996705.
HSL color Cylindrical-coordinate representation of color #613E4C: hue angle of 336º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #613E4C is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 62 | 76 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.62 |
| HSL | 336º | 0.22% | 0.31% | - |
| HSV(B) | 336º | 0.36% | 0.38% | - |
| XYZ | 7.96 | 6.51 | 7.67 | - |
| YUV | 74.06 | 129.1 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 62 | 76 | 0 | 0.36 | 0.22 | 0.62 | 336 | 0.22 | 0.31 |
| Hex | 61 | 3E | 4C | 0 | 24 | 16 | 3E | 150 | 16 | 1F |
| Octal | 141 | 76 | 114 | 0 | 44 | 26 | 76 | 520 | 26 | 37 |
| Binary | 1100001 | 111110 | 1001100 | 0 | 100100 | 10110 | 111110 | 101010000 | 10110 | 11111 |
Color Harmonies of #613E4C
Complementary color
Monochromatic Colors of #613E4C
Black with #613E4C
Text Example
Text Example
White with #613E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613E4C; }
p { color: rgb(97,62,76); }
H1.HeaderClassName
{
color: #613E4C;
}
.AnyTagClassName
{
color: #613E4C;
}
</style>
background-color css
<style>
a { background-color: #613E4C; }
a { background-color: rgb(97,62,76); }
div.DivClassName
{
background-color: #613E4C;
}
.BgClassName
{
background-color: #613E4C;
}
</style>
border-color css
<style>
span { border-color: #613E4C; }
span { border-color: rgb(97,62,76); }
td.TdClassName
{
border-color: #613E4C;
}
.TagClassName
{
border-color: #613E4C;
}
</style>