Shades of Tawny Port #69404D
Tints of Tawny Port #69404D
RGB
CMYK
RGB Variations
Color information
#69404D (or 0x69404D) is known color: Tawny Port. HEX triplet: 69, 40 and 4D. RGB value is (105,64,77). Sum of RGB (Red+Green+Blue) = 105+64+77=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 105 - color contains mainly: red. Hex color #69404D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69404D is #96BFB2. Grayscale: #4D4D4D. Windows color (decimal): -9879475 or 5062761. OLE color: 5062761.
HSL color Cylindrical-coordinate representation of color #69404D: hue angle of 340.98º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69404D is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 64 | 77 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.59 |
| HSL | 340.98º | 0.24% | 0.33% | - |
| HSV(B) | 340.98º | 0.39% | 0.41% | - |
| XYZ | 9 | 7.21 | 7.94 | - |
| YUV | 77.74 | 127.58 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 64 | 77 | 0 | 0.39 | 0.27 | 0.59 | 340.98 | 0.24 | 0.33 |
| Hex | 69 | 40 | 4D | 0 | 27 | 1B | 3B | 155 | 18 | 21 |
| Octal | 151 | 100 | 115 | 0 | 47 | 33 | 73 | 525 | 30 | 41 |
| Binary | 1101001 | 1000000 | 1001101 | 0 | 100111 | 11011 | 111011 | 101010101 | 11000 | 100001 |
Color Harmonies of #69404D
Complementary color
Monochromatic Colors of #69404D
Black with #69404D
Text Example
Text Example
White with #69404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69404D; }
p { color: rgb(105,64,77); }
H1.HeaderClassName
{
color: #69404D;
}
.AnyTagClassName
{
color: #69404D;
}
</style>
background-color css
<style>
a { background-color: #69404D; }
a { background-color: rgb(105,64,77); }
div.DivClassName
{
background-color: #69404D;
}
.BgClassName
{
background-color: #69404D;
}
</style>
border-color css
<style>
span { border-color: #69404D; }
span { border-color: rgb(105,64,77); }
td.TdClassName
{
border-color: #69404D;
}
.TagClassName
{
border-color: #69404D;
}
</style>