Shades of Tawny Port #6E3E4A
Tints of Tawny Port #6E3E4A
RGB
CMYK
RGB Variations
Color information
#6E3E4A (or 0x6E3E4A) is known color: Tawny Port. HEX triplet: 6E, 3E and 4A. RGB value is (110,62,74). Sum of RGB (Red+Green+Blue) = 110+62+74=246 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.72% from 246); Green value is 62 (24.61% from 255 or 25.20% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3E4A is #91C1B5. Grayscale: #4D4D4D. Windows color (decimal): -9552310 or 4865646. OLE color: 4865646.
HSL color Cylindrical-coordinate representation of color #6E3E4A: hue angle of 345º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E3E4A is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 62 | 74 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.57 |
| HSL | 345º | 0.28% | 0.34% | - |
| HSV(B) | 345º | 0.44% | 0.43% | - |
| XYZ | 9.39 | 7.25 | 7.38 | - |
| YUV | 77.72 | 125.9 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 62 | 74 | 0 | 0.44 | 0.33 | 0.57 | 345 | 0.28 | 0.34 |
| Hex | 6E | 3E | 4A | 0 | 2C | 21 | 39 | 159 | 1C | 22 |
| Octal | 156 | 76 | 112 | 0 | 54 | 41 | 71 | 531 | 34 | 42 |
| Binary | 1101110 | 111110 | 1001010 | 0 | 101100 | 100001 | 111001 | 101011001 | 11100 | 100010 |
Color Harmonies of #6E3E4A
Complementary color
Monochromatic Colors of #6E3E4A
Black with #6E3E4A
Text Example
Text Example
White with #6E3E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3E4A; }
p { color: rgb(110,62,74); }
H1.HeaderClassName
{
color: #6E3E4A;
}
.AnyTagClassName
{
color: #6E3E4A;
}
</style>
background-color css
<style>
a { background-color: #6E3E4A; }
a { background-color: rgb(110,62,74); }
div.DivClassName
{
background-color: #6E3E4A;
}
.BgClassName
{
background-color: #6E3E4A;
}
</style>
border-color css
<style>
span { border-color: #6E3E4A; }
span { border-color: rgb(110,62,74); }
td.TdClassName
{
border-color: #6E3E4A;
}
.TagClassName
{
border-color: #6E3E4A;
}
</style>