Shades of Tawny Port #693245
Tints of Tawny Port #693245
RGB
CMYK
RGB Variations
Color information
#693245 (or 0x693245) is known color: Tawny Port. HEX triplet: 69, 32 and 45. RGB value is (105,50,69). Sum of RGB (Red+Green+Blue) = 105+50+69=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 69 (27.34% from 255 or 30.80% from 224); Max value from RGB is 105 - color contains mainly: red. Hex color #693245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693245 is #96CDBA. Grayscale: #444444. Windows color (decimal): -9883067 or 4534889. OLE color: 4534889.
HSL color Cylindrical-coordinate representation of color #693245: hue angle of 339.27º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #693245 is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 50 | 69 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.59 |
| HSL | 339.27º | 0.35% | 0.3% | - |
| HSV(B) | 339.27º | 0.52% | 0.41% | - |
| XYZ | 8.04 | 5.71 | 6.31 | - |
| YUV | 68.61 | 128.22 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 50 | 69 | 0 | 0.52 | 0.34 | 0.59 | 339.27 | 0.35 | 0.3 |
| Hex | 69 | 32 | 45 | 0 | 34 | 22 | 3B | 153 | 23 | 1E |
| Octal | 151 | 62 | 105 | 0 | 64 | 42 | 73 | 523 | 43 | 36 |
| Binary | 1101001 | 110010 | 1000101 | 0 | 110100 | 100010 | 111011 | 101010011 | 100011 | 11110 |
Color Harmonies of #693245
Complementary color
Monochromatic Colors of #693245
Black with #693245
Text Example
Text Example
White with #693245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693245; }
p { color: rgb(105,50,69); }
H1.HeaderClassName
{
color: #693245;
}
.AnyTagClassName
{
color: #693245;
}
</style>
background-color css
<style>
a { background-color: #693245; }
a { background-color: rgb(105,50,69); }
div.DivClassName
{
background-color: #693245;
}
.BgClassName
{
background-color: #693245;
}
</style>
border-color css
<style>
span { border-color: #693245; }
span { border-color: rgb(105,50,69); }
td.TdClassName
{
border-color: #693245;
}
.TagClassName
{
border-color: #693245;
}
</style>