Shades of Tawny Port #6E384A
Tints of Tawny Port #6E384A
RGB
CMYK
RGB Variations
Color information
#6E384A (or 0x6E384A) is known color: Tawny Port. HEX triplet: 6E, 38 and 4A. RGB value is (110,56,74). Sum of RGB (Red+Green+Blue) = 110+56+74=240 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.83% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 110 - color contains mainly: red. Hex color #6E384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E384A is #91C7B5. Grayscale: #4A4A4A. Windows color (decimal): -9553846 or 4864110. OLE color: 4864110.
HSL color Cylindrical-coordinate representation of color #6E384A: hue angle of 340º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E384A is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 56 | 74 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.57 |
| HSL | 340º | 0.33% | 0.33% | - |
| HSV(B) | 340º | 0.49% | 0.43% | - |
| XYZ | 9.08 | 6.64 | 7.28 | - |
| YUV | 74.2 | 127.89 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 56 | 74 | 0 | 0.49 | 0.33 | 0.57 | 340 | 0.33 | 0.33 |
| Hex | 6E | 38 | 4A | 0 | 31 | 21 | 39 | 154 | 21 | 21 |
| Octal | 156 | 70 | 112 | 0 | 61 | 41 | 71 | 524 | 41 | 41 |
| Binary | 1101110 | 111000 | 1001010 | 0 | 110001 | 100001 | 111001 | 101010100 | 100001 | 100001 |
Color Harmonies of #6E384A
Complementary color
Monochromatic Colors of #6E384A
Black with #6E384A
Text Example
Text Example
White with #6E384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E384A; }
p { color: rgb(110,56,74); }
H1.HeaderClassName
{
color: #6E384A;
}
.AnyTagClassName
{
color: #6E384A;
}
</style>
background-color css
<style>
a { background-color: #6E384A; }
a { background-color: rgb(110,56,74); }
div.DivClassName
{
background-color: #6E384A;
}
.BgClassName
{
background-color: #6E384A;
}
</style>
border-color css
<style>
span { border-color: #6E384A; }
span { border-color: rgb(110,56,74); }
td.TdClassName
{
border-color: #6E384A;
}
.TagClassName
{
border-color: #6E384A;
}
</style>