Shades of Tawny Port #6B384D
Tints of Tawny Port #6B384D
RGB
CMYK
RGB Variations
Color information
#6B384D (or 0x6B384D) is known color: Tawny Port. HEX triplet: 6B, 38 and 4D. RGB value is (107,56,77). Sum of RGB (Red+Green+Blue) = 107+56+77=240 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.58% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 107 - color contains mainly: red. Hex color #6B384D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B384D is #94C7B2. Grayscale: #494949. Windows color (decimal): -9750451 or 5060715. OLE color: 5060715.
HSL color Cylindrical-coordinate representation of color #6B384D: hue angle of 335.29º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B384D is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 56 | 77 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.58 |
| HSL | 335.29º | 0.31% | 0.32% | - |
| HSV(B) | 335.29º | 0.48% | 0.42% | - |
| XYZ | 8.82 | 6.49 | 7.81 | - |
| YUV | 73.64 | 129.9 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 56 | 77 | 0 | 0.48 | 0.28 | 0.58 | 335.29 | 0.31 | 0.32 |
| Hex | 6B | 38 | 4D | 0 | 30 | 1C | 3A | 14F | 1F | 20 |
| Octal | 153 | 70 | 115 | 0 | 60 | 34 | 72 | 517 | 37 | 40 |
| Binary | 1101011 | 111000 | 1001101 | 0 | 110000 | 11100 | 111010 | 101001111 | 11111 | 100000 |
Color Harmonies of #6B384D
Complementary color
Monochromatic Colors of #6B384D
Black with #6B384D
Text Example
Text Example
White with #6B384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B384D; }
p { color: rgb(107,56,77); }
H1.HeaderClassName
{
color: #6B384D;
}
.AnyTagClassName
{
color: #6B384D;
}
</style>
background-color css
<style>
a { background-color: #6B384D; }
a { background-color: rgb(107,56,77); }
div.DivClassName
{
background-color: #6B384D;
}
.BgClassName
{
background-color: #6B384D;
}
</style>
border-color css
<style>
span { border-color: #6B384D; }
span { border-color: rgb(107,56,77); }
td.TdClassName
{
border-color: #6B384D;
}
.TagClassName
{
border-color: #6B384D;
}
</style>