Shades of Tawny Port #66363F
Tints of Tawny Port #66363F
RGB
CMYK
RGB Variations
Color information
#66363F (or 0x66363F) is known color: Tawny Port. HEX triplet: 66, 36 and 3F. RGB value is (102,54,63). Sum of RGB (Red+Green+Blue) = 102+54+63=219 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.58% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 102 - color contains mainly: red. Hex color #66363F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66363F is #99C9C0. Grayscale: #454545. Windows color (decimal): -10078657 or 4142694. OLE color: 4142694.
HSL color Cylindrical-coordinate representation of color #66363F: hue angle of 348.75º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66363F is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 54 | 63 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.6 |
| HSL | 348.75º | 0.31% | 0.31% | - |
| HSV(B) | 348.75º | 0.47% | 0.4% | - |
| XYZ | 7.7 | 5.82 | 5.42 | - |
| YUV | 69.38 | 124.4 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 54 | 63 | 0 | 0.47 | 0.38 | 0.6 | 348.75 | 0.31 | 0.31 |
| Hex | 66 | 36 | 3F | 0 | 2F | 26 | 3C | 15D | 1F | 1F |
| Octal | 146 | 66 | 77 | 0 | 57 | 46 | 74 | 535 | 37 | 37 |
| Binary | 1100110 | 110110 | 111111 | 0 | 101111 | 100110 | 111100 | 101011101 | 11111 | 11111 |
Color Harmonies of #66363F
Complementary color
Monochromatic Colors of #66363F
Black with #66363F
Text Example
Text Example
White with #66363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66363F; }
p { color: rgb(102,54,63); }
H1.HeaderClassName
{
color: #66363F;
}
.AnyTagClassName
{
color: #66363F;
}
</style>
background-color css
<style>
a { background-color: #66363F; }
a { background-color: rgb(102,54,63); }
div.DivClassName
{
background-color: #66363F;
}
.BgClassName
{
background-color: #66363F;
}
</style>
border-color css
<style>
span { border-color: #66363F; }
span { border-color: rgb(102,54,63); }
td.TdClassName
{
border-color: #66363F;
}
.TagClassName
{
border-color: #66363F;
}
</style>