Shades of Tawny Port #6B3648
Tints of Tawny Port #6B3648
RGB
CMYK
RGB Variations
Color information
#6B3648 (or 0x6B3648) is known color: Tawny Port. HEX triplet: 6B, 36 and 48. RGB value is (107,54,72). Sum of RGB (Red+Green+Blue) = 107+54+72=233 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.92% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3648 is #94C9B7. Grayscale: #474747. Windows color (decimal): -9750968 or 4732523. OLE color: 4732523.
HSL color Cylindrical-coordinate representation of color #6B3648: hue angle of 339.62º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B3648 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 54 | 72 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.58 |
| HSL | 339.62º | 0.33% | 0.32% | - |
| HSV(B) | 339.62º | 0.5% | 0.42% | - |
| XYZ | 8.55 | 6.23 | 6.88 | - |
| YUV | 71.9 | 128.06 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 54 | 72 | 0 | 0.50 | 0.33 | 0.58 | 339.62 | 0.33 | 0.32 |
| Hex | 6B | 36 | 48 | 0 | 32 | 21 | 3A | 154 | 21 | 20 |
| Octal | 153 | 66 | 110 | 0 | 62 | 41 | 72 | 524 | 41 | 40 |
| Binary | 1101011 | 110110 | 1001000 | 0 | 110010 | 100001 | 111010 | 101010100 | 100001 | 100000 |
Color Harmonies of #6B3648
Complementary color
Monochromatic Colors of #6B3648
Black with #6B3648
Text Example
Text Example
White with #6B3648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3648; }
p { color: rgb(107,54,72); }
H1.HeaderClassName
{
color: #6B3648;
}
.AnyTagClassName
{
color: #6B3648;
}
</style>
background-color css
<style>
a { background-color: #6B3648; }
a { background-color: rgb(107,54,72); }
div.DivClassName
{
background-color: #6B3648;
}
.BgClassName
{
background-color: #6B3648;
}
</style>
border-color css
<style>
span { border-color: #6B3648; }
span { border-color: rgb(107,54,72); }
td.TdClassName
{
border-color: #6B3648;
}
.TagClassName
{
border-color: #6B3648;
}
</style>