Shades of Tawny Port #66424A
Tints of Tawny Port #66424A
RGB
CMYK
RGB Variations
Color information
#66424A (or 0x66424A) is known color: Tawny Port. HEX triplet: 66, 42 and 4A. RGB value is (102,66,74). Sum of RGB (Red+Green+Blue) = 102+66+74=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 102 - color contains mainly: red. Hex color #66424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66424A is #99BDB5. Grayscale: #4D4D4D. Windows color (decimal): -10075574 or 4866662. OLE color: 4866662.
HSL color Cylindrical-coordinate representation of color #66424A: hue angle of 346.67º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66424A is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 66 | 74 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.6 |
| HSL | 346.67º | 0.21% | 0.33% | - |
| HSV(B) | 346.67º | 0.35% | 0.4% | - |
| XYZ | 8.66 | 7.22 | 7.41 | - |
| YUV | 77.68 | 125.93 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 66 | 74 | 0 | 0.35 | 0.27 | 0.6 | 346.67 | 0.21 | 0.33 |
| Hex | 66 | 42 | 4A | 0 | 23 | 1B | 3C | 15B | 15 | 21 |
| Octal | 146 | 102 | 112 | 0 | 43 | 33 | 74 | 533 | 25 | 41 |
| Binary | 1100110 | 1000010 | 1001010 | 0 | 100011 | 11011 | 111100 | 101011011 | 10101 | 100001 |
Color Harmonies of #66424A
Complementary color
Monochromatic Colors of #66424A
Black with #66424A
Text Example
Text Example
White with #66424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66424A; }
p { color: rgb(102,66,74); }
H1.HeaderClassName
{
color: #66424A;
}
.AnyTagClassName
{
color: #66424A;
}
</style>
background-color css
<style>
a { background-color: #66424A; }
a { background-color: rgb(102,66,74); }
div.DivClassName
{
background-color: #66424A;
}
.BgClassName
{
background-color: #66424A;
}
</style>
border-color css
<style>
span { border-color: #66424A; }
span { border-color: rgb(102,66,74); }
td.TdClassName
{
border-color: #66424A;
}
.TagClassName
{
border-color: #66424A;
}
</style>