Shades of Tawny Port #6E394B
Tints of Tawny Port #6E394B
RGB
CMYK
RGB Variations
Color information
#6E394B (or 0x6E394B) is known color: Tawny Port. HEX triplet: 6E, 39 and 4B. RGB value is (110,57,75). Sum of RGB (Red+Green+Blue) = 110+57+75=242 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.45% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 110 - color contains mainly: red. Hex color #6E394B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E394B is #91C6B4. Grayscale: #4A4A4A. Windows color (decimal): -9553589 or 4929902. OLE color: 4929902.
HSL color Cylindrical-coordinate representation of color #6E394B: hue angle of 339.62º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E394B is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 57 | 75 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.57 |
| HSL | 339.62º | 0.32% | 0.33% | - |
| HSV(B) | 339.62º | 0.48% | 0.43% | - |
| XYZ | 9.16 | 6.75 | 7.48 | - |
| YUV | 74.9 | 128.06 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 57 | 75 | 0 | 0.48 | 0.32 | 0.57 | 339.62 | 0.32 | 0.33 |
| Hex | 6E | 39 | 4B | 0 | 30 | 20 | 39 | 154 | 20 | 21 |
| Octal | 156 | 71 | 113 | 0 | 60 | 40 | 71 | 524 | 40 | 41 |
| Binary | 1101110 | 111001 | 1001011 | 0 | 110000 | 100000 | 111001 | 101010100 | 100000 | 100001 |
Color Harmonies of #6E394B
Complementary color
Monochromatic Colors of #6E394B
Black with #6E394B
Text Example
Text Example
White with #6E394B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E394B; }
p { color: rgb(110,57,75); }
H1.HeaderClassName
{
color: #6E394B;
}
.AnyTagClassName
{
color: #6E394B;
}
</style>
background-color css
<style>
a { background-color: #6E394B; }
a { background-color: rgb(110,57,75); }
div.DivClassName
{
background-color: #6E394B;
}
.BgClassName
{
background-color: #6E394B;
}
</style>
border-color css
<style>
span { border-color: #6E394B; }
span { border-color: rgb(110,57,75); }
td.TdClassName
{
border-color: #6E394B;
}
.TagClassName
{
border-color: #6E394B;
}
</style>