Shades of Tawny Port #613A40
Tints of Tawny Port #613A40
RGB
CMYK
RGB Variations
Color information
#613A40 (or 0x613A40) is known color: Tawny Port. HEX triplet: 61, 3A and 40. RGB value is (97,58,64). Sum of RGB (Red+Green+Blue) = 97+58+64=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 58 (23.05% from 255 or 26.48% from 219); Blue value is 64 (25.39% from 255 or 29.22% from 219); Max value from RGB is 97 - color contains mainly: red. Hex color #613A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A40 is #9EC5BF. Grayscale: #464646. Windows color (decimal): -10405312 or 4209249. OLE color: 4209249.
HSL color Cylindrical-coordinate representation of color #613A40: hue angle of 350.77º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #613A40 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 58 | 64 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.62 |
| HSL | 350.77º | 0.25% | 0.3% | - |
| HSV(B) | 350.77º | 0.4% | 0.38% | - |
| XYZ | 7.37 | 5.94 | 5.61 | - |
| YUV | 70.35 | 124.42 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 64 | 0 | 0.40 | 0.34 | 0.62 | 350.77 | 0.25 | 0.3 |
| Hex | 61 | 3A | 40 | 0 | 28 | 22 | 3E | 15F | 19 | 1E |
| Octal | 141 | 72 | 100 | 0 | 50 | 42 | 76 | 537 | 31 | 36 |
| Binary | 1100001 | 111010 | 1000000 | 0 | 101000 | 100010 | 111110 | 101011111 | 11001 | 11110 |
Color Harmonies of #613A40
Complementary color
Monochromatic Colors of #613A40
Black with #613A40
Text Example
Text Example
White with #613A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613A40; }
p { color: rgb(97,58,64); }
H1.HeaderClassName
{
color: #613A40;
}
.AnyTagClassName
{
color: #613A40;
}
</style>
background-color css
<style>
a { background-color: #613A40; }
a { background-color: rgb(97,58,64); }
div.DivClassName
{
background-color: #613A40;
}
.BgClassName
{
background-color: #613A40;
}
</style>
border-color css
<style>
span { border-color: #613A40; }
span { border-color: rgb(97,58,64); }
td.TdClassName
{
border-color: #613A40;
}
.TagClassName
{
border-color: #613A40;
}
</style>