Shades of Tawny Port #61424A
Tints of Tawny Port #61424A
RGB
CMYK
RGB Variations
Color information
#61424A (or 0x61424A) is known color: Tawny Port. HEX triplet: 61, 42 and 4A. RGB value is (97,66,74). Sum of RGB (Red+Green+Blue) = 97+66+74=237 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.93% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 97 - color contains mainly: red. Hex color #61424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61424A is #9EBDB5. Grayscale: #4C4C4C. Windows color (decimal): -10403254 or 4866657. OLE color: 4866657.
HSL color Cylindrical-coordinate representation of color #61424A: hue angle of 344.52º 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 #61424A is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 66 | 74 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.62 |
| HSL | 344.52º | 0.19% | 0.32% | - |
| HSV(B) | 344.52º | 0.32% | 0.38% | - |
| XYZ | 8.11 | 6.93 | 7.39 | - |
| YUV | 76.18 | 126.77 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 66 | 74 | 0 | 0.32 | 0.24 | 0.62 | 344.52 | 0.19 | 0.32 |
| Hex | 61 | 42 | 4A | 0 | 20 | 18 | 3E | 159 | 13 | 20 |
| Octal | 141 | 102 | 112 | 0 | 40 | 30 | 76 | 531 | 23 | 40 |
| Binary | 1100001 | 1000010 | 1001010 | 0 | 100000 | 11000 | 111110 | 101011001 | 10011 | 100000 |
Color Harmonies of #61424A
Complementary color
Monochromatic Colors of #61424A
Black with #61424A
Text Example
Text Example
White with #61424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61424A; }
p { color: rgb(97,66,74); }
H1.HeaderClassName
{
color: #61424A;
}
.AnyTagClassName
{
color: #61424A;
}
</style>
background-color css
<style>
a { background-color: #61424A; }
a { background-color: rgb(97,66,74); }
div.DivClassName
{
background-color: #61424A;
}
.BgClassName
{
background-color: #61424A;
}
</style>
border-color css
<style>
span { border-color: #61424A; }
span { border-color: rgb(97,66,74); }
td.TdClassName
{
border-color: #61424A;
}
.TagClassName
{
border-color: #61424A;
}
</style>