Shades of Tawny Port #663345
Tints of Tawny Port #663345
RGB
CMYK
RGB Variations
Color information
#663345 (or 0x663345) is known color: Tawny Port. HEX triplet: 66, 33 and 45. RGB value is (102,51,69). Sum of RGB (Red+Green+Blue) = 102+51+69=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 102 - color contains mainly: red. Hex color #663345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663345 is #99CCBA. Grayscale: #444444. Windows color (decimal): -10079419 or 4535142. OLE color: 4535142.
HSL color Cylindrical-coordinate representation of color #663345: hue angle of 338.82º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #663345 is Cyan = 0, Magento = 0.5, Yellow = 0.32 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 51 | 69 | - |
| CMYK | 0 | 0.5 | 0.32 | 0.6 |
| HSL | 338.82º | 0.33% | 0.3% | - |
| HSV(B) | 338.82º | 0.5% | 0.4% | - |
| XYZ | 7.74 | 5.62 | 6.31 | - |
| YUV | 68.3 | 128.4 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 51 | 69 | 0 | 0.5 | 0.32 | 0.6 | 338.82 | 0.33 | 0.3 |
| Hex | 66 | 33 | 45 | 0 | 32 | 20 | 3C | 153 | 21 | 1E |
| Octal | 146 | 63 | 105 | 0 | 62 | 40 | 74 | 523 | 41 | 36 |
| Binary | 1100110 | 110011 | 1000101 | 0 | 110010 | 100000 | 111100 | 101010011 | 100001 | 11110 |
Color Harmonies of #663345
Complementary color
Monochromatic Colors of #663345
Black with #663345
Text Example
Text Example
White with #663345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663345; }
p { color: rgb(102,51,69); }
H1.HeaderClassName
{
color: #663345;
}
.AnyTagClassName
{
color: #663345;
}
</style>
background-color css
<style>
a { background-color: #663345; }
a { background-color: rgb(102,51,69); }
div.DivClassName
{
background-color: #663345;
}
.BgClassName
{
background-color: #663345;
}
</style>
border-color css
<style>
span { border-color: #663345; }
span { border-color: rgb(102,51,69); }
td.TdClassName
{
border-color: #663345;
}
.TagClassName
{
border-color: #663345;
}
</style>