Shades of Tawny Port #6A404C
Tints of Tawny Port #6A404C
RGB
CMYK
RGB Variations
Color information
#6A404C (or 0x6A404C) is known color: Tawny Port. HEX triplet: 6A, 40 and 4C. RGB value is (106,64,76). Sum of RGB (Red+Green+Blue) = 106+64+76=246 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.09% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 106 - color contains mainly: red. Hex color #6A404C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A404C is #95BFB3. Grayscale: #4D4D4D. Windows color (decimal): -9813940 or 4997226. OLE color: 4997226.
HSL color Cylindrical-coordinate representation of color #6A404C: hue angle of 342.86º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6A404C is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 64 | 76 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.58 |
| HSL | 342.86º | 0.25% | 0.33% | - |
| HSV(B) | 342.86º | 0.4% | 0.42% | - |
| XYZ | 9.08 | 7.25 | 7.76 | - |
| YUV | 77.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 64 | 76 | 0 | 0.40 | 0.28 | 0.58 | 342.86 | 0.25 | 0.33 |
| Hex | 6A | 40 | 4C | 0 | 28 | 1C | 3A | 157 | 19 | 21 |
| Octal | 152 | 100 | 114 | 0 | 50 | 34 | 72 | 527 | 31 | 41 |
| Binary | 1101010 | 1000000 | 1001100 | 0 | 101000 | 11100 | 111010 | 101010111 | 11001 | 100001 |
Color Harmonies of #6A404C
Complementary color
Monochromatic Colors of #6A404C
Black with #6A404C
Text Example
Text Example
White with #6A404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A404C; }
p { color: rgb(106,64,76); }
H1.HeaderClassName
{
color: #6A404C;
}
.AnyTagClassName
{
color: #6A404C;
}
</style>
background-color css
<style>
a { background-color: #6A404C; }
a { background-color: rgb(106,64,76); }
div.DivClassName
{
background-color: #6A404C;
}
.BgClassName
{
background-color: #6A404C;
}
</style>
border-color css
<style>
span { border-color: #6A404C; }
span { border-color: rgb(106,64,76); }
td.TdClassName
{
border-color: #6A404C;
}
.TagClassName
{
border-color: #6A404C;
}
</style>