Shades of Tawny Port #693144
Tints of Tawny Port #693144
RGB
CMYK
RGB Variations
Color information
#693144 (or 0x693144) is known color: Tawny Port. HEX triplet: 69, 31 and 44. RGB value is (105,49,68). Sum of RGB (Red+Green+Blue) = 105+49+68=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 68 (26.95% from 255 or 30.63% from 222); Max value from RGB is 105 - color contains mainly: red. Hex color #693144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693144 is #96CEBB. Grayscale: #434343. Windows color (decimal): -9883324 or 4469097. OLE color: 4469097.
HSL color Cylindrical-coordinate representation of color #693144: hue angle of 339.64º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #693144 is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 49 | 68 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.59 |
| HSL | 339.64º | 0.36% | 0.3% | - |
| HSV(B) | 339.64º | 0.53% | 0.41% | - |
| XYZ | 7.97 | 5.62 | 6.13 | - |
| YUV | 67.91 | 128.05 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 49 | 68 | 0 | 0.53 | 0.35 | 0.59 | 339.64 | 0.36 | 0.3 |
| Hex | 69 | 31 | 44 | 0 | 35 | 23 | 3B | 154 | 24 | 1E |
| Octal | 151 | 61 | 104 | 0 | 65 | 43 | 73 | 524 | 44 | 36 |
| Binary | 1101001 | 110001 | 1000100 | 0 | 110101 | 100011 | 111011 | 101010100 | 100100 | 11110 |
Color Harmonies of #693144
Complementary color
Monochromatic Colors of #693144
Black with #693144
Text Example
Text Example
White with #693144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693144; }
p { color: rgb(105,49,68); }
H1.HeaderClassName
{
color: #693144;
}
.AnyTagClassName
{
color: #693144;
}
</style>
background-color css
<style>
a { background-color: #693144; }
a { background-color: rgb(105,49,68); }
div.DivClassName
{
background-color: #693144;
}
.BgClassName
{
background-color: #693144;
}
</style>
border-color css
<style>
span { border-color: #693144; }
span { border-color: rgb(105,49,68); }
td.TdClassName
{
border-color: #693144;
}
.TagClassName
{
border-color: #693144;
}
</style>