Shades of Tawny Port #6B414E
Tints of Tawny Port #6B414E
RGB
CMYK
RGB Variations
Color information
#6B414E (or 0x6B414E) is known color: Tawny Port. HEX triplet: 6B, 41 and 4E. RGB value is (107,65,78). Sum of RGB (Red+Green+Blue) = 107+65+78=250 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.8% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 107 - color contains mainly: red. Hex color #6B414E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B414E is #94BEB1. Grayscale: #4F4F4F. Windows color (decimal): -9748146 or 5128555. OLE color: 5128555.
HSL color Cylindrical-coordinate representation of color #6B414E: hue angle of 341.43º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B414E is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 65 | 78 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.58 |
| HSL | 341.43º | 0.24% | 0.34% | - |
| HSV(B) | 341.43º | 0.39% | 0.42% | - |
| XYZ | 9.33 | 7.46 | 8.16 | - |
| YUV | 79.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 65 | 78 | 0 | 0.39 | 0.27 | 0.58 | 341.43 | 0.24 | 0.34 |
| Hex | 6B | 41 | 4E | 0 | 27 | 1B | 3A | 155 | 18 | 22 |
| Octal | 153 | 101 | 116 | 0 | 47 | 33 | 72 | 525 | 30 | 42 |
| Binary | 1101011 | 1000001 | 1001110 | 0 | 100111 | 11011 | 111010 | 101010101 | 11000 | 100010 |
Color Harmonies of #6B414E
Complementary color
Monochromatic Colors of #6B414E
Black with #6B414E
Text Example
Text Example
White with #6B414E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B414E; }
p { color: rgb(107,65,78); }
H1.HeaderClassName
{
color: #6B414E;
}
.AnyTagClassName
{
color: #6B414E;
}
</style>
background-color css
<style>
a { background-color: #6B414E; }
a { background-color: rgb(107,65,78); }
div.DivClassName
{
background-color: #6B414E;
}
.BgClassName
{
background-color: #6B414E;
}
</style>
border-color css
<style>
span { border-color: #6B414E; }
span { border-color: rgb(107,65,78); }
td.TdClassName
{
border-color: #6B414E;
}
.TagClassName
{
border-color: #6B414E;
}
</style>