Shades of Tawny Port #6C3F4B
Tints of Tawny Port #6C3F4B
RGB
CMYK
RGB Variations
Color information
#6C3F4B (or 0x6C3F4B) is known color: Tawny Port. HEX triplet: 6C, 3F and 4B. RGB value is (108,63,75). Sum of RGB (Red+Green+Blue) = 108+63+75=246 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.90% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3F4B is #93C0B4. Grayscale: #4D4D4D. Windows color (decimal): -9683125 or 4931436. OLE color: 4931436.
HSL color Cylindrical-coordinate representation of color #6C3F4B: hue angle of 344º 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 #6C3F4B is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 63 | 75 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.58 |
| HSL | 344º | 0.26% | 0.34% | - |
| HSV(B) | 344º | 0.42% | 0.42% | - |
| XYZ | 9.23 | 7.25 | 7.57 | - |
| YUV | 77.82 | 126.41 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 63 | 75 | 0 | 0.42 | 0.31 | 0.58 | 344 | 0.26 | 0.34 |
| Hex | 6C | 3F | 4B | 0 | 2A | 1F | 3A | 158 | 1A | 22 |
| Octal | 154 | 77 | 113 | 0 | 52 | 37 | 72 | 530 | 32 | 42 |
| Binary | 1101100 | 111111 | 1001011 | 0 | 101010 | 11111 | 111010 | 101011000 | 11010 | 100010 |
Color Harmonies of #6C3F4B
Complementary color
Monochromatic Colors of #6C3F4B
Black with #6C3F4B
Text Example
Text Example
White with #6C3F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3F4B; }
p { color: rgb(108,63,75); }
H1.HeaderClassName
{
color: #6C3F4B;
}
.AnyTagClassName
{
color: #6C3F4B;
}
</style>
background-color css
<style>
a { background-color: #6C3F4B; }
a { background-color: rgb(108,63,75); }
div.DivClassName
{
background-color: #6C3F4B;
}
.BgClassName
{
background-color: #6C3F4B;
}
</style>
border-color css
<style>
span { border-color: #6C3F4B; }
span { border-color: rgb(108,63,75); }
td.TdClassName
{
border-color: #6C3F4B;
}
.TagClassName
{
border-color: #6C3F4B;
}
</style>