Shades of Tawny Port #693F46
Tints of Tawny Port #693F46
RGB
CMYK
RGB Variations
Color information
#693F46 (or 0x693F46) is known color: Tawny Port. HEX triplet: 69, 3F and 46. RGB value is (105,63,70). Sum of RGB (Red+Green+Blue) = 105+63+70=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 105 - color contains mainly: red. Hex color #693F46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693F46 is #96C0B9. Grayscale: #4C4C4C. Windows color (decimal): -9879738 or 4603753. OLE color: 4603753.
HSL color Cylindrical-coordinate representation of color #693F46: hue angle of 350º 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 #693F46 is Cyan = 0, Magento = 0.4, Yellow = 0.33 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 63 | 70 | - |
| CMYK | 0 | 0.4 | 0.33 | 0.59 |
| HSL | 350º | 0.25% | 0.33% | - |
| HSV(B) | 350º | 0.4% | 0.41% | - |
| XYZ | 8.71 | 7 | 6.69 | - |
| YUV | 76.36 | 124.41 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 63 | 70 | 0 | 0.4 | 0.33 | 0.59 | 350 | 0.25 | 0.33 |
| Hex | 69 | 3F | 46 | 0 | 28 | 21 | 3B | 15E | 19 | 21 |
| Octal | 151 | 77 | 106 | 0 | 50 | 41 | 73 | 536 | 31 | 41 |
| Binary | 1101001 | 111111 | 1000110 | 0 | 101000 | 100001 | 111011 | 101011110 | 11001 | 100001 |
Color Harmonies of #693F46
Complementary color
Monochromatic Colors of #693F46
Black with #693F46
Text Example
Text Example
White with #693F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693F46; }
p { color: rgb(105,63,70); }
H1.HeaderClassName
{
color: #693F46;
}
.AnyTagClassName
{
color: #693F46;
}
</style>
background-color css
<style>
a { background-color: #693F46; }
a { background-color: rgb(105,63,70); }
div.DivClassName
{
background-color: #693F46;
}
.BgClassName
{
background-color: #693F46;
}
</style>
border-color css
<style>
span { border-color: #693F46; }
span { border-color: rgb(105,63,70); }
td.TdClassName
{
border-color: #693F46;
}
.TagClassName
{
border-color: #693F46;
}
</style>