Shades of Tawny Port #61434B
Tints of Tawny Port #61434B
RGB
CMYK
RGB Variations
Color information
#61434B (or 0x61434B) is known color: Tawny Port. HEX triplet: 61, 43 and 4B. RGB value is (97,67,75). Sum of RGB (Red+Green+Blue) = 97+67+75=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 67 (26.56% from 255 or 28.03% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 97 - color contains mainly: red. Hex color #61434B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61434B is #9EBCB4. Grayscale: #4C4C4C. Windows color (decimal): -10402997 or 4932449. OLE color: 4932449.
HSL color Cylindrical-coordinate representation of color #61434B: hue angle of 344º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #61434B is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 67 | 75 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.62 |
| HSL | 344º | 0.18% | 0.32% | - |
| HSV(B) | 344º | 0.31% | 0.38% | - |
| XYZ | 8.21 | 7.06 | 7.59 | - |
| YUV | 76.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 67 | 75 | 0 | 0.31 | 0.23 | 0.62 | 344 | 0.18 | 0.32 |
| Hex | 61 | 43 | 4B | 0 | 1F | 17 | 3E | 158 | 12 | 20 |
| Octal | 141 | 103 | 113 | 0 | 37 | 27 | 76 | 530 | 22 | 40 |
| Binary | 1100001 | 1000011 | 1001011 | 0 | 11111 | 10111 | 111110 | 101011000 | 10010 | 100000 |
Color Harmonies of #61434B
Complementary color
Monochromatic Colors of #61434B
Black with #61434B
Text Example
Text Example
White with #61434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61434B; }
p { color: rgb(97,67,75); }
H1.HeaderClassName
{
color: #61434B;
}
.AnyTagClassName
{
color: #61434B;
}
</style>
background-color css
<style>
a { background-color: #61434B; }
a { background-color: rgb(97,67,75); }
div.DivClassName
{
background-color: #61434B;
}
.BgClassName
{
background-color: #61434B;
}
</style>
border-color css
<style>
span { border-color: #61434B; }
span { border-color: rgb(97,67,75); }
td.TdClassName
{
border-color: #61434B;
}
.TagClassName
{
border-color: #61434B;
}
</style>