Shades of Tawny Port #64424A
Tints of Tawny Port #64424A
RGB
CMYK
RGB Variations
Color information
#64424A (or 0x64424A) is known color: Tawny Port. HEX triplet: 64, 42 and 4A. RGB value is (100,66,74). Sum of RGB (Red+Green+Blue) = 100+66+74=240 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.67% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 100 - color contains mainly: red. Hex color #64424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64424A is #9BBDB5. Grayscale: #4D4D4D. Windows color (decimal): -10206646 or 4866660. OLE color: 4866660.
HSL color Cylindrical-coordinate representation of color #64424A: hue angle of 345.88º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #64424A is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 66 | 74 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.61 |
| HSL | 345.88º | 0.2% | 0.33% | - |
| HSV(B) | 345.88º | 0.34% | 0.39% | - |
| XYZ | 8.44 | 7.1 | 7.4 | - |
| YUV | 77.08 | 126.26 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 66 | 74 | 0 | 0.34 | 0.26 | 0.61 | 345.88 | 0.2 | 0.33 |
| Hex | 64 | 42 | 4A | 0 | 22 | 1A | 3D | 15A | 14 | 21 |
| Octal | 144 | 102 | 112 | 0 | 42 | 32 | 75 | 532 | 24 | 41 |
| Binary | 1100100 | 1000010 | 1001010 | 0 | 100010 | 11010 | 111101 | 101011010 | 10100 | 100001 |
Color Harmonies of #64424A
Complementary color
Monochromatic Colors of #64424A
Black with #64424A
Text Example
Text Example
White with #64424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64424A; }
p { color: rgb(100,66,74); }
H1.HeaderClassName
{
color: #64424A;
}
.AnyTagClassName
{
color: #64424A;
}
</style>
background-color css
<style>
a { background-color: #64424A; }
a { background-color: rgb(100,66,74); }
div.DivClassName
{
background-color: #64424A;
}
.BgClassName
{
background-color: #64424A;
}
</style>
border-color css
<style>
span { border-color: #64424A; }
span { border-color: rgb(100,66,74); }
td.TdClassName
{
border-color: #64424A;
}
.TagClassName
{
border-color: #64424A;
}
</style>