Shades of Tawny Port #693145
Tints of Tawny Port #693145
RGB
CMYK
RGB Variations
Color information
#693145 (or 0x693145) is known color: Tawny Port. HEX triplet: 69, 31 and 45. RGB value is (105,49,69). Sum of RGB (Red+Green+Blue) = 105+49+69=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 69 (27.34% from 255 or 30.94% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #693145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693145 is #96CEBA. Grayscale: #444444. Windows color (decimal): -9883323 or 4534633. OLE color: 4534633.
HSL color Cylindrical-coordinate representation of color #693145: hue angle of 338.57º 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 #693145 is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 49 | 69 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.59 |
| HSL | 338.57º | 0.36% | 0.3% | - |
| HSV(B) | 338.57º | 0.53% | 0.41% | - |
| XYZ | 8 | 5.63 | 6.3 | - |
| YUV | 68.02 | 128.55 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 49 | 69 | 0 | 0.53 | 0.34 | 0.59 | 338.57 | 0.36 | 0.3 |
| Hex | 69 | 31 | 45 | 0 | 35 | 22 | 3B | 153 | 24 | 1E |
| Octal | 151 | 61 | 105 | 0 | 65 | 42 | 73 | 523 | 44 | 36 |
| Binary | 1101001 | 110001 | 1000101 | 0 | 110101 | 100010 | 111011 | 101010011 | 100100 | 11110 |
Color Harmonies of #693145
Complementary color
Monochromatic Colors of #693145
Black with #693145
Text Example
Text Example
White with #693145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693145; }
p { color: rgb(105,49,69); }
H1.HeaderClassName
{
color: #693145;
}
.AnyTagClassName
{
color: #693145;
}
</style>
background-color css
<style>
a { background-color: #693145; }
a { background-color: rgb(105,49,69); }
div.DivClassName
{
background-color: #693145;
}
.BgClassName
{
background-color: #693145;
}
</style>
border-color css
<style>
span { border-color: #693145; }
span { border-color: rgb(105,49,69); }
td.TdClassName
{
border-color: #693145;
}
.TagClassName
{
border-color: #693145;
}
</style>