Shades of Tawny Port #693646
Tints of Tawny Port #693646
RGB
CMYK
RGB Variations
Color information
#693646 (or 0x693646) is known color: Tawny Port. HEX triplet: 69, 36 and 46. RGB value is (105,54,70). Sum of RGB (Red+Green+Blue) = 105+54+70=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 70 (27.73% from 255 or 30.57% from 229); Max value from RGB is 105 - color contains mainly: red. Hex color #693646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693646 is #96C9B9. Grayscale: #474747. Windows color (decimal): -9882042 or 4601449. OLE color: 4601449.
HSL color Cylindrical-coordinate representation of color #693646: hue angle of 341.18º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #693646 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 54 | 70 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.59 |
| HSL | 341.18º | 0.32% | 0.31% | - |
| HSV(B) | 341.18º | 0.49% | 0.41% | - |
| XYZ | 8.25 | 6.08 | 6.53 | - |
| YUV | 71.07 | 127.4 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 54 | 70 | 0 | 0.49 | 0.33 | 0.59 | 341.18 | 0.32 | 0.31 |
| Hex | 69 | 36 | 46 | 0 | 31 | 21 | 3B | 155 | 20 | 1F |
| Octal | 151 | 66 | 106 | 0 | 61 | 41 | 73 | 525 | 40 | 37 |
| Binary | 1101001 | 110110 | 1000110 | 0 | 110001 | 100001 | 111011 | 101010101 | 100000 | 11111 |
Color Harmonies of #693646
Complementary color
Monochromatic Colors of #693646
Black with #693646
Text Example
Text Example
White with #693646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693646; }
p { color: rgb(105,54,70); }
H1.HeaderClassName
{
color: #693646;
}
.AnyTagClassName
{
color: #693646;
}
</style>
background-color css
<style>
a { background-color: #693646; }
a { background-color: rgb(105,54,70); }
div.DivClassName
{
background-color: #693646;
}
.BgClassName
{
background-color: #693646;
}
</style>
border-color css
<style>
span { border-color: #693646; }
span { border-color: rgb(105,54,70); }
td.TdClassName
{
border-color: #693646;
}
.TagClassName
{
border-color: #693646;
}
</style>