Shades of Tawny Port #693748
Tints of Tawny Port #693748
RGB
CMYK
RGB Variations
Color information
#693748 (or 0x693748) is known color: Tawny Port. HEX triplet: 69, 37 and 48. RGB value is (105,55,72). Sum of RGB (Red+Green+Blue) = 105+55+72=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 105 - color contains mainly: red. Hex color #693748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693748 is #96C8B7. Grayscale: #474747. Windows color (decimal): -9881784 or 4732777. OLE color: 4732777.
HSL color Cylindrical-coordinate representation of color #693748: hue angle of 339.6º 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 #693748 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 55 | 72 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.59 |
| HSL | 339.6º | 0.31% | 0.31% | - |
| HSV(B) | 339.6º | 0.48% | 0.41% | - |
| XYZ | 8.36 | 6.2 | 6.89 | - |
| YUV | 71.89 | 128.07 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 55 | 72 | 0 | 0.48 | 0.31 | 0.59 | 339.6 | 0.31 | 0.31 |
| Hex | 69 | 37 | 48 | 0 | 30 | 1F | 3B | 154 | 1F | 1F |
| Octal | 151 | 67 | 110 | 0 | 60 | 37 | 73 | 524 | 37 | 37 |
| Binary | 1101001 | 110111 | 1001000 | 0 | 110000 | 11111 | 111011 | 101010100 | 11111 | 11111 |
Color Harmonies of #693748
Complementary color
Monochromatic Colors of #693748
Black with #693748
Text Example
Text Example
White with #693748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693748; }
p { color: rgb(105,55,72); }
H1.HeaderClassName
{
color: #693748;
}
.AnyTagClassName
{
color: #693748;
}
</style>
background-color css
<style>
a { background-color: #693748; }
a { background-color: rgb(105,55,72); }
div.DivClassName
{
background-color: #693748;
}
.BgClassName
{
background-color: #693748;
}
</style>
border-color css
<style>
span { border-color: #693748; }
span { border-color: rgb(105,55,72); }
td.TdClassName
{
border-color: #693748;
}
.TagClassName
{
border-color: #693748;
}
</style>