Shades of Tawny Port #6B414D
Tints of Tawny Port #6B414D
RGB
CMYK
RGB Variations
Color information
#6B414D (or 0x6B414D) is known color: Tawny Port. HEX triplet: 6B, 41 and 4D. RGB value is (107,65,77). Sum of RGB (Red+Green+Blue) = 107+65+77=249 (32% of max value = 765). Red value is 107 (42.19% from 255 or 42.97% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 107 - color contains mainly: red. Hex color #6B414D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B414D is #94BEB2. Grayscale: #4E4E4E. Windows color (decimal): -9748147 or 5063019. OLE color: 5063019.
HSL color Cylindrical-coordinate representation of color #6B414D: hue angle of 342.86º 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 #6B414D is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 65 | 77 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.58 |
| HSL | 342.86º | 0.24% | 0.34% | - |
| HSV(B) | 342.86º | 0.39% | 0.42% | - |
| XYZ | 9.29 | 7.44 | 7.97 | - |
| YUV | 78.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 65 | 77 | 0 | 0.39 | 0.28 | 0.58 | 342.86 | 0.24 | 0.34 |
| Hex | 6B | 41 | 4D | 0 | 27 | 1C | 3A | 157 | 18 | 22 |
| Octal | 153 | 101 | 115 | 0 | 47 | 34 | 72 | 527 | 30 | 42 |
| Binary | 1101011 | 1000001 | 1001101 | 0 | 100111 | 11100 | 111010 | 101010111 | 11000 | 100010 |
Color Harmonies of #6B414D
Complementary color
Monochromatic Colors of #6B414D
Black with #6B414D
Text Example
Text Example
White with #6B414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B414D; }
p { color: rgb(107,65,77); }
H1.HeaderClassName
{
color: #6B414D;
}
.AnyTagClassName
{
color: #6B414D;
}
</style>
background-color css
<style>
a { background-color: #6B414D; }
a { background-color: rgb(107,65,77); }
div.DivClassName
{
background-color: #6B414D;
}
.BgClassName
{
background-color: #6B414D;
}
</style>
border-color css
<style>
span { border-color: #6B414D; }
span { border-color: rgb(107,65,77); }
td.TdClassName
{
border-color: #6B414D;
}
.TagClassName
{
border-color: #6B414D;
}
</style>