Shades of Tawny Port #69334D
Tints of Tawny Port #69334D
RGB
CMYK
RGB Variations
Color information
#69334D (or 0x69334D) is known color: Tawny Port. HEX triplet: 69, 33 and 4D. RGB value is (105,51,77). Sum of RGB (Red+Green+Blue) = 105+51+77=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 105 - color contains mainly: red. Hex color #69334D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69334D is #96CCB2. Grayscale: #464646. Windows color (decimal): -9882803 or 5059433. OLE color: 5059433.
HSL color Cylindrical-coordinate representation of color #69334D: hue angle of 331.11º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69334D is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 51 | 77 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.59 |
| HSL | 331.11º | 0.35% | 0.31% | - |
| HSV(B) | 331.11º | 0.51% | 0.41% | - |
| XYZ | 8.35 | 5.91 | 7.72 | - |
| YUV | 70.11 | 131.89 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 51 | 77 | 0 | 0.51 | 0.27 | 0.59 | 331.11 | 0.35 | 0.31 |
| Hex | 69 | 33 | 4D | 0 | 33 | 1B | 3B | 14B | 23 | 1F |
| Octal | 151 | 63 | 115 | 0 | 63 | 33 | 73 | 513 | 43 | 37 |
| Binary | 1101001 | 110011 | 1001101 | 0 | 110011 | 11011 | 111011 | 101001011 | 100011 | 11111 |
Color Harmonies of #69334D
Complementary color
Monochromatic Colors of #69334D
Black with #69334D
Text Example
Text Example
White with #69334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69334D; }
p { color: rgb(105,51,77); }
H1.HeaderClassName
{
color: #69334D;
}
.AnyTagClassName
{
color: #69334D;
}
</style>
background-color css
<style>
a { background-color: #69334D; }
a { background-color: rgb(105,51,77); }
div.DivClassName
{
background-color: #69334D;
}
.BgClassName
{
background-color: #69334D;
}
</style>
border-color css
<style>
span { border-color: #69334D; }
span { border-color: rgb(105,51,77); }
td.TdClassName
{
border-color: #69334D;
}
.TagClassName
{
border-color: #69334D;
}
</style>