Shades of Tawny Port #6C3F4D
Tints of Tawny Port #6C3F4D
RGB
CMYK
RGB Variations
Color information
#6C3F4D (or 0x6C3F4D) is known color: Tawny Port. HEX triplet: 6C, 3F and 4D. RGB value is (108,63,77). Sum of RGB (Red+Green+Blue) = 108+63+77=248 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.55% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3F4D is #93C0B2. Grayscale: #4E4E4E. Windows color (decimal): -9683123 or 5062508. OLE color: 5062508.
HSL color Cylindrical-coordinate representation of color #6C3F4D: hue angle of 341.33º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6C3F4D is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 63 | 77 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.58 |
| HSL | 341.33º | 0.26% | 0.34% | - |
| HSV(B) | 341.33º | 0.42% | 0.42% | - |
| XYZ | 9.3 | 7.28 | 7.94 | - |
| YUV | 78.05 | 127.41 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 63 | 77 | 0 | 0.42 | 0.29 | 0.58 | 341.33 | 0.26 | 0.34 |
| Hex | 6C | 3F | 4D | 0 | 2A | 1D | 3A | 155 | 1A | 22 |
| Octal | 154 | 77 | 115 | 0 | 52 | 35 | 72 | 525 | 32 | 42 |
| Binary | 1101100 | 111111 | 1001101 | 0 | 101010 | 11101 | 111010 | 101010101 | 11010 | 100010 |
Color Harmonies of #6C3F4D
Complementary color
Monochromatic Colors of #6C3F4D
Black with #6C3F4D
Text Example
Text Example
White with #6C3F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3F4D; }
p { color: rgb(108,63,77); }
H1.HeaderClassName
{
color: #6C3F4D;
}
.AnyTagClassName
{
color: #6C3F4D;
}
</style>
background-color css
<style>
a { background-color: #6C3F4D; }
a { background-color: rgb(108,63,77); }
div.DivClassName
{
background-color: #6C3F4D;
}
.BgClassName
{
background-color: #6C3F4D;
}
</style>
border-color css
<style>
span { border-color: #6C3F4D; }
span { border-color: rgb(108,63,77); }
td.TdClassName
{
border-color: #6C3F4D;
}
.TagClassName
{
border-color: #6C3F4D;
}
</style>