Shades of Tawny Port #693246
Tints of Tawny Port #693246
RGB
CMYK
RGB Variations
Color information
#693246 (or 0x693246) is known color: Tawny Port. HEX triplet: 69, 32 and 46. RGB value is (105,50,70). Sum of RGB (Red+Green+Blue) = 105+50+70=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 70 (27.73% from 255 or 31.11% from 225); Max value from RGB is 105 - color contains mainly: red. Hex color #693246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693246 is #96CDB9. Grayscale: #444444. Windows color (decimal): -9883066 or 4600425. OLE color: 4600425.
HSL color Cylindrical-coordinate representation of color #693246: hue angle of 338.18º 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 #693246 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 50 | 70 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.59 |
| HSL | 338.18º | 0.35% | 0.3% | - |
| HSV(B) | 338.18º | 0.52% | 0.41% | - |
| XYZ | 8.07 | 5.73 | 6.47 | - |
| YUV | 68.73 | 128.72 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 50 | 70 | 0 | 0.52 | 0.33 | 0.59 | 338.18 | 0.35 | 0.3 |
| Hex | 69 | 32 | 46 | 0 | 34 | 21 | 3B | 152 | 23 | 1E |
| Octal | 151 | 62 | 106 | 0 | 64 | 41 | 73 | 522 | 43 | 36 |
| Binary | 1101001 | 110010 | 1000110 | 0 | 110100 | 100001 | 111011 | 101010010 | 100011 | 11110 |
Color Harmonies of #693246
Complementary color
Monochromatic Colors of #693246
Black with #693246
Text Example
Text Example
White with #693246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693246; }
p { color: rgb(105,50,70); }
H1.HeaderClassName
{
color: #693246;
}
.AnyTagClassName
{
color: #693246;
}
</style>
background-color css
<style>
a { background-color: #693246; }
a { background-color: rgb(105,50,70); }
div.DivClassName
{
background-color: #693246;
}
.BgClassName
{
background-color: #693246;
}
</style>
border-color css
<style>
span { border-color: #693246; }
span { border-color: rgb(105,50,70); }
td.TdClassName
{
border-color: #693246;
}
.TagClassName
{
border-color: #693246;
}
</style>