Shades of Tawny Port #69334A
Tints of Tawny Port #69334A
RGB
CMYK
RGB Variations
Color information
#69334A (or 0x69334A) is known color: Tawny Port. HEX triplet: 69, 33 and 4A. RGB value is (105,51,74). Sum of RGB (Red+Green+Blue) = 105+51+74=230 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.65% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 105 - color contains mainly: red. Hex color #69334A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69334A is #96CCB5. Grayscale: #454545. Windows color (decimal): -9882806 or 4862825. OLE color: 4862825.
HSL color Cylindrical-coordinate representation of color #69334A: hue angle of 334.44º 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 #69334A is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 51 | 74 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.59 |
| HSL | 334.44º | 0.35% | 0.31% | - |
| HSV(B) | 334.44º | 0.51% | 0.41% | - |
| XYZ | 8.25 | 5.87 | 7.18 | - |
| YUV | 69.77 | 130.39 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 51 | 74 | 0 | 0.51 | 0.30 | 0.59 | 334.44 | 0.35 | 0.31 |
| Hex | 69 | 33 | 4A | 0 | 33 | 1E | 3B | 14E | 23 | 1F |
| Octal | 151 | 63 | 112 | 0 | 63 | 36 | 73 | 516 | 43 | 37 |
| Binary | 1101001 | 110011 | 1001010 | 0 | 110011 | 11110 | 111011 | 101001110 | 100011 | 11111 |
Color Harmonies of #69334A
Complementary color
Monochromatic Colors of #69334A
Black with #69334A
Text Example
Text Example
White with #69334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69334A; }
p { color: rgb(105,51,74); }
H1.HeaderClassName
{
color: #69334A;
}
.AnyTagClassName
{
color: #69334A;
}
</style>
background-color css
<style>
a { background-color: #69334A; }
a { background-color: rgb(105,51,74); }
div.DivClassName
{
background-color: #69334A;
}
.BgClassName
{
background-color: #69334A;
}
</style>
border-color css
<style>
span { border-color: #69334A; }
span { border-color: rgb(105,51,74); }
td.TdClassName
{
border-color: #69334A;
}
.TagClassName
{
border-color: #69334A;
}
</style>