Shades of Tawny Port #66434B
Tints of Tawny Port #66434B
RGB
CMYK
RGB Variations
Color information
#66434B (or 0x66434B) is known color: Tawny Port. HEX triplet: 66, 43 and 4B. RGB value is (102,67,75). Sum of RGB (Red+Green+Blue) = 102+67+75=244 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.80% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 102 - color contains mainly: red. Hex color #66434B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66434B is #99BCB4. Grayscale: #4E4E4E. Windows color (decimal): -10075317 or 4932454. OLE color: 4932454.
HSL color Cylindrical-coordinate representation of color #66434B: hue angle of 346.29º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #66434B is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 67 | 75 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.6 |
| HSL | 346.29º | 0.21% | 0.33% | - |
| HSV(B) | 346.29º | 0.34% | 0.4% | - |
| XYZ | 8.76 | 7.35 | 7.61 | - |
| YUV | 78.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 67 | 75 | 0 | 0.34 | 0.26 | 0.6 | 346.29 | 0.21 | 0.33 |
| Hex | 66 | 43 | 4B | 0 | 22 | 1A | 3C | 15A | 15 | 21 |
| Octal | 146 | 103 | 113 | 0 | 42 | 32 | 74 | 532 | 25 | 41 |
| Binary | 1100110 | 1000011 | 1001011 | 0 | 100010 | 11010 | 111100 | 101011010 | 10101 | 100001 |
Color Harmonies of #66434B
Complementary color
Monochromatic Colors of #66434B
Black with #66434B
Text Example
Text Example
White with #66434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66434B; }
p { color: rgb(102,67,75); }
H1.HeaderClassName
{
color: #66434B;
}
.AnyTagClassName
{
color: #66434B;
}
</style>
background-color css
<style>
a { background-color: #66434B; }
a { background-color: rgb(102,67,75); }
div.DivClassName
{
background-color: #66434B;
}
.BgClassName
{
background-color: #66434B;
}
</style>
border-color css
<style>
span { border-color: #66434B; }
span { border-color: rgb(102,67,75); }
td.TdClassName
{
border-color: #66434B;
}
.TagClassName
{
border-color: #66434B;
}
</style>