Shades of Tawny Port #61424C
Tints of Tawny Port #61424C
RGB
CMYK
RGB Variations
Color information
#61424C (or 0x61424C) is known color: Tawny Port. HEX triplet: 61, 42 and 4C. RGB value is (97,66,76). Sum of RGB (Red+Green+Blue) = 97+66+76=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 97 - color contains mainly: red. Hex color #61424C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61424C is #9EBDB3. Grayscale: #4C4C4C. Windows color (decimal): -10403252 or 4997729. OLE color: 4997729.
HSL color Cylindrical-coordinate representation of color #61424C: hue angle of 340.65º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #61424C is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 66 | 76 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.62 |
| HSL | 340.65º | 0.19% | 0.32% | - |
| HSV(B) | 340.65º | 0.32% | 0.38% | - |
| XYZ | 8.18 | 6.96 | 7.75 | - |
| YUV | 76.41 | 127.77 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 66 | 76 | 0 | 0.32 | 0.22 | 0.62 | 340.65 | 0.19 | 0.32 |
| Hex | 61 | 42 | 4C | 0 | 20 | 16 | 3E | 155 | 13 | 20 |
| Octal | 141 | 102 | 114 | 0 | 40 | 26 | 76 | 525 | 23 | 40 |
| Binary | 1100001 | 1000010 | 1001100 | 0 | 100000 | 10110 | 111110 | 101010101 | 10011 | 100000 |
Color Harmonies of #61424C
Complementary color
Monochromatic Colors of #61424C
Black with #61424C
Text Example
Text Example
White with #61424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61424C; }
p { color: rgb(97,66,76); }
H1.HeaderClassName
{
color: #61424C;
}
.AnyTagClassName
{
color: #61424C;
}
</style>
background-color css
<style>
a { background-color: #61424C; }
a { background-color: rgb(97,66,76); }
div.DivClassName
{
background-color: #61424C;
}
.BgClassName
{
background-color: #61424C;
}
</style>
border-color css
<style>
span { border-color: #61424C; }
span { border-color: rgb(97,66,76); }
td.TdClassName
{
border-color: #61424C;
}
.TagClassName
{
border-color: #61424C;
}
</style>