Shades of Tawny Port #693C48
Tints of Tawny Port #693C48
RGB
CMYK
RGB Variations
Color information
#693C48 (or 0x693C48) is known color: Tawny Port. HEX triplet: 69, 3C and 48. RGB value is (105,60,72). Sum of RGB (Red+Green+Blue) = 105+60+72=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 60 (23.83% from 255 or 25.32% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 105 - color contains mainly: red. Hex color #693C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693C48 is #96C3B7. Grayscale: #4A4A4A. Windows color (decimal): -9880504 or 4734057. OLE color: 4734057.
HSL color Cylindrical-coordinate representation of color #693C48: hue angle of 344º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #693C48 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 60 | 72 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.59 |
| HSL | 344º | 0.27% | 0.32% | - |
| HSV(B) | 344º | 0.43% | 0.41% | - |
| XYZ | 8.61 | 6.7 | 6.97 | - |
| YUV | 74.82 | 126.41 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 60 | 72 | 0 | 0.43 | 0.31 | 0.59 | 344 | 0.27 | 0.32 |
| Hex | 69 | 3C | 48 | 0 | 2B | 1F | 3B | 158 | 1B | 20 |
| Octal | 151 | 74 | 110 | 0 | 53 | 37 | 73 | 530 | 33 | 40 |
| Binary | 1101001 | 111100 | 1001000 | 0 | 101011 | 11111 | 111011 | 101011000 | 11011 | 100000 |
Color Harmonies of #693C48
Complementary color
Monochromatic Colors of #693C48
Black with #693C48
Text Example
Text Example
White with #693C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693C48; }
p { color: rgb(105,60,72); }
H1.HeaderClassName
{
color: #693C48;
}
.AnyTagClassName
{
color: #693C48;
}
</style>
background-color css
<style>
a { background-color: #693C48; }
a { background-color: rgb(105,60,72); }
div.DivClassName
{
background-color: #693C48;
}
.BgClassName
{
background-color: #693C48;
}
</style>
border-color css
<style>
span { border-color: #693C48; }
span { border-color: rgb(105,60,72); }
td.TdClassName
{
border-color: #693C48;
}
.TagClassName
{
border-color: #693C48;
}
</style>