Shades of Tawny Port #6B3444
Tints of Tawny Port #6B3444
RGB
CMYK
RGB Variations
Color information
#6B3444 (or 0x6B3444) is known color: Tawny Port. HEX triplet: 6B, 34 and 44. RGB value is (107,52,68). Sum of RGB (Red+Green+Blue) = 107+52+68=227 (30% of max value = 765). Red value is 107 (42.19% from 255 or 47.14% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 68 (26.95% from 255 or 29.96% from 227); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3444 is #94CBBB. Grayscale: #464646. Windows color (decimal): -9751484 or 4469867. OLE color: 4469867.
HSL color Cylindrical-coordinate representation of color #6B3444: hue angle of 342.55º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B3444 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 52 | 68 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.58 |
| HSL | 342.55º | 0.35% | 0.31% | - |
| HSV(B) | 342.55º | 0.51% | 0.42% | - |
| XYZ | 8.33 | 6 | 6.19 | - |
| YUV | 70.27 | 126.72 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 52 | 68 | 0 | 0.51 | 0.36 | 0.58 | 342.55 | 0.35 | 0.31 |
| Hex | 6B | 34 | 44 | 0 | 33 | 24 | 3A | 157 | 23 | 1F |
| Octal | 153 | 64 | 104 | 0 | 63 | 44 | 72 | 527 | 43 | 37 |
| Binary | 1101011 | 110100 | 1000100 | 0 | 110011 | 100100 | 111010 | 101010111 | 100011 | 11111 |
Color Harmonies of #6B3444
Complementary color
Monochromatic Colors of #6B3444
Black with #6B3444
Text Example
Text Example
White with #6B3444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3444; }
p { color: rgb(107,52,68); }
H1.HeaderClassName
{
color: #6B3444;
}
.AnyTagClassName
{
color: #6B3444;
}
</style>
background-color css
<style>
a { background-color: #6B3444; }
a { background-color: rgb(107,52,68); }
div.DivClassName
{
background-color: #6B3444;
}
.BgClassName
{
background-color: #6B3444;
}
</style>
border-color css
<style>
span { border-color: #6B3444; }
span { border-color: rgb(107,52,68); }
td.TdClassName
{
border-color: #6B3444;
}
.TagClassName
{
border-color: #6B3444;
}
</style>