Shades of Tawny Port #6C3048
Tints of Tawny Port #6C3048
RGB
CMYK
RGB Variations
Color information
#6C3048 (or 0x6C3048) is known color: Tawny Port. HEX triplet: 6C, 30 and 48. RGB value is (108,48,72). Sum of RGB (Red+Green+Blue) = 108+48+72=228 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.37% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 72 (28.52% from 255 or 31.58% from 228); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3048 is #93CFB7. Grayscale: #444444. Windows color (decimal): -9686968 or 4730988. OLE color: 4730988.
HSL color Cylindrical-coordinate representation of color #6C3048: hue angle of 336º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C3048 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 48 | 72 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.58 |
| HSL | 336º | 0.38% | 0.31% | - |
| HSV(B) | 336º | 0.56% | 0.42% | - |
| XYZ | 8.41 | 5.77 | 6.8 | - |
| YUV | 68.68 | 129.88 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 48 | 72 | 0 | 0.56 | 0.33 | 0.58 | 336 | 0.38 | 0.31 |
| Hex | 6C | 30 | 48 | 0 | 38 | 21 | 3A | 150 | 26 | 1F |
| Octal | 154 | 60 | 110 | 0 | 70 | 41 | 72 | 520 | 46 | 37 |
| Binary | 1101100 | 110000 | 1001000 | 0 | 111000 | 100001 | 111010 | 101010000 | 100110 | 11111 |
Color Harmonies of #6C3048
Complementary color
Monochromatic Colors of #6C3048
Black with #6C3048
Text Example
Text Example
White with #6C3048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3048; }
p { color: rgb(108,48,72); }
H1.HeaderClassName
{
color: #6C3048;
}
.AnyTagClassName
{
color: #6C3048;
}
</style>
background-color css
<style>
a { background-color: #6C3048; }
a { background-color: rgb(108,48,72); }
div.DivClassName
{
background-color: #6C3048;
}
.BgClassName
{
background-color: #6C3048;
}
</style>
border-color css
<style>
span { border-color: #6C3048; }
span { border-color: rgb(108,48,72); }
td.TdClassName
{
border-color: #6C3048;
}
.TagClassName
{
border-color: #6C3048;
}
</style>