Shades of Tawny Port #66424B
Tints of Tawny Port #66424B
RGB
CMYK
RGB Variations
Color information
#66424B (or 0x66424B) is known color: Tawny Port. HEX triplet: 66, 42 and 4B. RGB value is (102,66,75). Sum of RGB (Red+Green+Blue) = 102+66+75=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 102 - color contains mainly: red. Hex color #66424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66424B is #99BDB4. Grayscale: #4D4D4D. Windows color (decimal): -10075573 or 4932198. OLE color: 4932198.
HSL color Cylindrical-coordinate representation of color #66424B: hue angle of 345º 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 #66424B is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 66 | 75 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.6 |
| HSL | 345º | 0.21% | 0.33% | - |
| HSV(B) | 345º | 0.35% | 0.4% | - |
| XYZ | 8.7 | 7.23 | 7.59 | - |
| YUV | 77.79 | 126.43 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 66 | 75 | 0 | 0.35 | 0.26 | 0.6 | 345 | 0.21 | 0.33 |
| Hex | 66 | 42 | 4B | 0 | 23 | 1A | 3C | 159 | 15 | 21 |
| Octal | 146 | 102 | 113 | 0 | 43 | 32 | 74 | 531 | 25 | 41 |
| Binary | 1100110 | 1000010 | 1001011 | 0 | 100011 | 11010 | 111100 | 101011001 | 10101 | 100001 |
Color Harmonies of #66424B
Complementary color
Monochromatic Colors of #66424B
Black with #66424B
Text Example
Text Example
White with #66424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66424B; }
p { color: rgb(102,66,75); }
H1.HeaderClassName
{
color: #66424B;
}
.AnyTagClassName
{
color: #66424B;
}
</style>
background-color css
<style>
a { background-color: #66424B; }
a { background-color: rgb(102,66,75); }
div.DivClassName
{
background-color: #66424B;
}
.BgClassName
{
background-color: #66424B;
}
</style>
border-color css
<style>
span { border-color: #66424B; }
span { border-color: rgb(102,66,75); }
td.TdClassName
{
border-color: #66424B;
}
.TagClassName
{
border-color: #66424B;
}
</style>