Shades of Tawny Port #69394E
Tints of Tawny Port #69394E
RGB
CMYK
RGB Variations
Color information
#69394E (or 0x69394E) is known color: Tawny Port. HEX triplet: 69, 39 and 4E. RGB value is (105,57,78). Sum of RGB (Red+Green+Blue) = 105+57+78=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 105 - color contains mainly: red. Hex color #69394E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69394E is #96C6B1. Grayscale: #494949. Windows color (decimal): -9881266 or 5126505. OLE color: 5126505.
HSL color Cylindrical-coordinate representation of color #69394E: hue angle of 333.75º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69394E is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 57 | 78 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.59 |
| HSL | 333.75º | 0.3% | 0.32% | - |
| HSV(B) | 333.75º | 0.46% | 0.41% | - |
| XYZ | 8.66 | 6.48 | 8 | - |
| YUV | 73.75 | 130.4 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 57 | 78 | 0 | 0.46 | 0.26 | 0.59 | 333.75 | 0.3 | 0.32 |
| Hex | 69 | 39 | 4E | 0 | 2E | 1A | 3B | 14E | 1E | 20 |
| Octal | 151 | 71 | 116 | 0 | 56 | 32 | 73 | 516 | 36 | 40 |
| Binary | 1101001 | 111001 | 1001110 | 0 | 101110 | 11010 | 111011 | 101001110 | 11110 | 100000 |
Color Harmonies of #69394E
Complementary color
Monochromatic Colors of #69394E
Black with #69394E
Text Example
Text Example
White with #69394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69394E; }
p { color: rgb(105,57,78); }
H1.HeaderClassName
{
color: #69394E;
}
.AnyTagClassName
{
color: #69394E;
}
</style>
background-color css
<style>
a { background-color: #69394E; }
a { background-color: rgb(105,57,78); }
div.DivClassName
{
background-color: #69394E;
}
.BgClassName
{
background-color: #69394E;
}
</style>
border-color css
<style>
span { border-color: #69394E; }
span { border-color: rgb(105,57,78); }
td.TdClassName
{
border-color: #69394E;
}
.TagClassName
{
border-color: #69394E;
}
</style>