Shades of Tawny Port #693F47
Tints of Tawny Port #693F47
RGB
CMYK
RGB Variations
Color information
#693F47 (or 0x693F47) is known color: Tawny Port. HEX triplet: 69, 3F and 47. RGB value is (105,63,71). Sum of RGB (Red+Green+Blue) = 105+63+71=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 105 - color contains mainly: red. Hex color #693F47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693F47 is #96C0B8. Grayscale: #4C4C4C. Windows color (decimal): -9879737 or 4669289. OLE color: 4669289.
HSL color Cylindrical-coordinate representation of color #693F47: hue angle of 348.57º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #693F47 is Cyan = 0, Magento = 0.4, Yellow = 0.32 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 63 | 71 | - |
| CMYK | 0 | 0.4 | 0.32 | 0.59 |
| HSL | 348.57º | 0.25% | 0.33% | - |
| HSV(B) | 348.57º | 0.4% | 0.41% | - |
| XYZ | 8.74 | 7.01 | 6.85 | - |
| YUV | 76.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 63 | 71 | 0 | 0.4 | 0.32 | 0.59 | 348.57 | 0.25 | 0.33 |
| Hex | 69 | 3F | 47 | 0 | 28 | 20 | 3B | 15D | 19 | 21 |
| Octal | 151 | 77 | 107 | 0 | 50 | 40 | 73 | 535 | 31 | 41 |
| Binary | 1101001 | 111111 | 1000111 | 0 | 101000 | 100000 | 111011 | 101011101 | 11001 | 100001 |
Color Harmonies of #693F47
Complementary color
Monochromatic Colors of #693F47
Black with #693F47
Text Example
Text Example
White with #693F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693F47; }
p { color: rgb(105,63,71); }
H1.HeaderClassName
{
color: #693F47;
}
.AnyTagClassName
{
color: #693F47;
}
</style>
background-color css
<style>
a { background-color: #693F47; }
a { background-color: rgb(105,63,71); }
div.DivClassName
{
background-color: #693F47;
}
.BgClassName
{
background-color: #693F47;
}
</style>
border-color css
<style>
span { border-color: #693F47; }
span { border-color: rgb(105,63,71); }
td.TdClassName
{
border-color: #693F47;
}
.TagClassName
{
border-color: #693F47;
}
</style>