Shades of Tawny Port #61454C
Tints of Tawny Port #61454C
RGB
CMYK
RGB Variations
Color information
#61454C (or 0x61454C) is known color: Tawny Port. HEX triplet: 61, 45 and 4C. RGB value is (97,69,76). Sum of RGB (Red+Green+Blue) = 97+69+76=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 97 - color contains mainly: red. Hex color #61454C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61454C is #9EBAB3. Grayscale: #4E4E4E. Windows color (decimal): -10402484 or 4998497. OLE color: 4998497.
HSL color Cylindrical-coordinate representation of color #61454C: hue angle of 345º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #61454C is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 69 | 76 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.62 |
| HSL | 345º | 0.17% | 0.33% | - |
| HSV(B) | 345º | 0.29% | 0.38% | - |
| XYZ | 8.36 | 7.32 | 7.81 | - |
| YUV | 78.17 | 126.78 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 69 | 76 | 0 | 0.29 | 0.22 | 0.62 | 345 | 0.17 | 0.33 |
| Hex | 61 | 45 | 4C | 0 | 1D | 16 | 3E | 159 | 11 | 21 |
| Octal | 141 | 105 | 114 | 0 | 35 | 26 | 76 | 531 | 21 | 41 |
| Binary | 1100001 | 1000101 | 1001100 | 0 | 11101 | 10110 | 111110 | 101011001 | 10001 | 100001 |
Color Harmonies of #61454C
Complementary color
Monochromatic Colors of #61454C
Black with #61454C
Text Example
Text Example
White with #61454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61454C; }
p { color: rgb(97,69,76); }
H1.HeaderClassName
{
color: #61454C;
}
.AnyTagClassName
{
color: #61454C;
}
</style>
background-color css
<style>
a { background-color: #61454C; }
a { background-color: rgb(97,69,76); }
div.DivClassName
{
background-color: #61454C;
}
.BgClassName
{
background-color: #61454C;
}
</style>
border-color css
<style>
span { border-color: #61454C; }
span { border-color: rgb(97,69,76); }
td.TdClassName
{
border-color: #61454C;
}
.TagClassName
{
border-color: #61454C;
}
</style>