Shades of Tawny Port #693644
Tints of Tawny Port #693644
RGB
CMYK
RGB Variations
Color information
#693644 (or 0x693644) is known color: Tawny Port. HEX triplet: 69, 36 and 44. RGB value is (105,54,68). Sum of RGB (Red+Green+Blue) = 105+54+68=227 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.26% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 68 (26.95% from 255 or 29.96% from 227); Max value from RGB is 105 - color contains mainly: red. Hex color #693644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693644 is #96C9BB. Grayscale: #464646. Windows color (decimal): -9882044 or 4470377. OLE color: 4470377.
HSL color Cylindrical-coordinate representation of color #693644: hue angle of 343.53º 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 #693644 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 54 | 68 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.59 |
| HSL | 343.53º | 0.32% | 0.31% | - |
| HSV(B) | 343.53º | 0.49% | 0.41% | - |
| XYZ | 8.19 | 6.06 | 6.21 | - |
| YUV | 70.85 | 126.4 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 54 | 68 | 0 | 0.49 | 0.35 | 0.59 | 343.53 | 0.32 | 0.31 |
| Hex | 69 | 36 | 44 | 0 | 31 | 23 | 3B | 158 | 20 | 1F |
| Octal | 151 | 66 | 104 | 0 | 61 | 43 | 73 | 530 | 40 | 37 |
| Binary | 1101001 | 110110 | 1000100 | 0 | 110001 | 100011 | 111011 | 101011000 | 100000 | 11111 |
Color Harmonies of #693644
Complementary color
Monochromatic Colors of #693644
Black with #693644
Text Example
Text Example
White with #693644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693644; }
p { color: rgb(105,54,68); }
H1.HeaderClassName
{
color: #693644;
}
.AnyTagClassName
{
color: #693644;
}
</style>
background-color css
<style>
a { background-color: #693644; }
a { background-color: rgb(105,54,68); }
div.DivClassName
{
background-color: #693644;
}
.BgClassName
{
background-color: #693644;
}
</style>
border-color css
<style>
span { border-color: #693644; }
span { border-color: rgb(105,54,68); }
td.TdClassName
{
border-color: #693644;
}
.TagClassName
{
border-color: #693644;
}
</style>