Shades of Tawny Port #693741
Tints of Tawny Port #693741
RGB
CMYK
RGB Variations
Color information
#693741 (or 0x693741) is known color: Tawny Port. HEX triplet: 69, 37 and 41. RGB value is (105,55,65). Sum of RGB (Red+Green+Blue) = 105+55+65=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 105 - color contains mainly: red. Hex color #693741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693741 is #96C8BE. Grayscale: #474747. Windows color (decimal): -9881791 or 4274025. OLE color: 4274025.
HSL color Cylindrical-coordinate representation of color #693741: hue angle of 348º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #693741 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 55 | 65 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.59 |
| HSL | 348º | 0.31% | 0.31% | - |
| HSV(B) | 348º | 0.48% | 0.41% | - |
| XYZ | 8.15 | 6.12 | 5.75 | - |
| YUV | 71.09 | 124.57 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 55 | 65 | 0 | 0.48 | 0.38 | 0.59 | 348 | 0.31 | 0.31 |
| Hex | 69 | 37 | 41 | 0 | 30 | 26 | 3B | 15C | 1F | 1F |
| Octal | 151 | 67 | 101 | 0 | 60 | 46 | 73 | 534 | 37 | 37 |
| Binary | 1101001 | 110111 | 1000001 | 0 | 110000 | 100110 | 111011 | 101011100 | 11111 | 11111 |
Color Harmonies of #693741
Complementary color
Monochromatic Colors of #693741
Black with #693741
Text Example
Text Example
White with #693741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693741; }
p { color: rgb(105,55,65); }
H1.HeaderClassName
{
color: #693741;
}
.AnyTagClassName
{
color: #693741;
}
</style>
background-color css
<style>
a { background-color: #693741; }
a { background-color: rgb(105,55,65); }
div.DivClassName
{
background-color: #693741;
}
.BgClassName
{
background-color: #693741;
}
</style>
border-color css
<style>
span { border-color: #693741; }
span { border-color: rgb(105,55,65); }
td.TdClassName
{
border-color: #693741;
}
.TagClassName
{
border-color: #693741;
}
</style>