Shades of Tawny Port #64414C
Tints of Tawny Port #64414C
RGB
CMYK
RGB Variations
Color information
#64414C (or 0x64414C) is known color: Tawny Port. HEX triplet: 64, 41 and 4C. RGB value is (100,65,76). Sum of RGB (Red+Green+Blue) = 100+65+76=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 100 - color contains mainly: red. Hex color #64414C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64414C is #9BBEB3. Grayscale: #4C4C4C. Windows color (decimal): -10206900 or 4997476. OLE color: 4997476.
HSL color Cylindrical-coordinate representation of color #64414C: hue angle of 341.14º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64414C is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 65 | 76 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.61 |
| HSL | 341.14º | 0.21% | 0.32% | - |
| HSV(B) | 341.14º | 0.35% | 0.39% | - |
| XYZ | 8.45 | 7.01 | 7.75 | - |
| YUV | 76.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 65 | 76 | 0 | 0.35 | 0.24 | 0.61 | 341.14 | 0.21 | 0.32 |
| Hex | 64 | 41 | 4C | 0 | 23 | 18 | 3D | 155 | 15 | 20 |
| Octal | 144 | 101 | 114 | 0 | 43 | 30 | 75 | 525 | 25 | 40 |
| Binary | 1100100 | 1000001 | 1001100 | 0 | 100011 | 11000 | 111101 | 101010101 | 10101 | 100000 |
Color Harmonies of #64414C
Complementary color
Monochromatic Colors of #64414C
Black with #64414C
Text Example
Text Example
White with #64414C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64414C; }
p { color: rgb(100,65,76); }
H1.HeaderClassName
{
color: #64414C;
}
.AnyTagClassName
{
color: #64414C;
}
</style>
background-color css
<style>
a { background-color: #64414C; }
a { background-color: rgb(100,65,76); }
div.DivClassName
{
background-color: #64414C;
}
.BgClassName
{
background-color: #64414C;
}
</style>
border-color css
<style>
span { border-color: #64414C; }
span { border-color: rgb(100,65,76); }
td.TdClassName
{
border-color: #64414C;
}
.TagClassName
{
border-color: #64414C;
}
</style>