Shades of Tawny Port #693F4A
Tints of Tawny Port #693F4A
RGB
CMYK
RGB Variations
Color information
#693F4A (or 0x693F4A) is known color: Tawny Port. HEX triplet: 69, 3F and 4A. RGB value is (105,63,74). Sum of RGB (Red+Green+Blue) = 105+63+74=242 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.39% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 105 - color contains mainly: red. Hex color #693F4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693F4A is #96C0B5. Grayscale: #4C4C4C. Windows color (decimal): -9879734 or 4865897. OLE color: 4865897.
HSL color Cylindrical-coordinate representation of color #693F4A: hue angle of 344.29º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #693F4A is Cyan = 0, Magento = 0.4, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 63 | 74 | - |
| CMYK | 0 | 0.4 | 0.30 | 0.59 |
| HSL | 344.29º | 0.25% | 0.33% | - |
| HSV(B) | 344.29º | 0.4% | 0.41% | - |
| XYZ | 8.84 | 7.05 | 7.37 | - |
| YUV | 76.81 | 126.41 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 63 | 74 | 0 | 0.4 | 0.30 | 0.59 | 344.29 | 0.25 | 0.33 |
| Hex | 69 | 3F | 4A | 0 | 28 | 1E | 3B | 158 | 19 | 21 |
| Octal | 151 | 77 | 112 | 0 | 50 | 36 | 73 | 530 | 31 | 41 |
| Binary | 1101001 | 111111 | 1001010 | 0 | 101000 | 11110 | 111011 | 101011000 | 11001 | 100001 |
Color Harmonies of #693F4A
Complementary color
Monochromatic Colors of #693F4A
Black with #693F4A
Text Example
Text Example
White with #693F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693F4A; }
p { color: rgb(105,63,74); }
H1.HeaderClassName
{
color: #693F4A;
}
.AnyTagClassName
{
color: #693F4A;
}
</style>
background-color css
<style>
a { background-color: #693F4A; }
a { background-color: rgb(105,63,74); }
div.DivClassName
{
background-color: #693F4A;
}
.BgClassName
{
background-color: #693F4A;
}
</style>
border-color css
<style>
span { border-color: #693F4A; }
span { border-color: rgb(105,63,74); }
td.TdClassName
{
border-color: #693F4A;
}
.TagClassName
{
border-color: #693F4A;
}
</style>