Shades of Tawny Port #6D414C
Tints of Tawny Port #6D414C
RGB
CMYK
RGB Variations
Color information
#6D414C (or 0x6D414C) is known color: Tawny Port. HEX triplet: 6D, 41 and 4C. RGB value is (109,65,76). Sum of RGB (Red+Green+Blue) = 109+65+76=250 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.6% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 109 - color contains mainly: red. Hex color #6D414C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D414C is #92BEB3. Grayscale: #4F4F4F. Windows color (decimal): -9617076 or 4997485. OLE color: 4997485.
HSL color Cylindrical-coordinate representation of color #6D414C: hue angle of 345º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6D414C is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 65 | 76 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.57 |
| HSL | 345º | 0.25% | 0.34% | - |
| HSV(B) | 345º | 0.4% | 0.43% | - |
| XYZ | 9.5 | 7.55 | 7.79 | - |
| YUV | 79.41 | 126.08 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 65 | 76 | 0 | 0.40 | 0.30 | 0.57 | 345 | 0.25 | 0.34 |
| Hex | 6D | 41 | 4C | 0 | 28 | 1E | 39 | 159 | 19 | 22 |
| Octal | 155 | 101 | 114 | 0 | 50 | 36 | 71 | 531 | 31 | 42 |
| Binary | 1101101 | 1000001 | 1001100 | 0 | 101000 | 11110 | 111001 | 101011001 | 11001 | 100010 |
Color Harmonies of #6D414C
Complementary color
Monochromatic Colors of #6D414C
Black with #6D414C
Text Example
Text Example
White with #6D414C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D414C; }
p { color: rgb(109,65,76); }
H1.HeaderClassName
{
color: #6D414C;
}
.AnyTagClassName
{
color: #6D414C;
}
</style>
background-color css
<style>
a { background-color: #6D414C; }
a { background-color: rgb(109,65,76); }
div.DivClassName
{
background-color: #6D414C;
}
.BgClassName
{
background-color: #6D414C;
}
</style>
border-color css
<style>
span { border-color: #6D414C; }
span { border-color: rgb(109,65,76); }
td.TdClassName
{
border-color: #6D414C;
}
.TagClassName
{
border-color: #6D414C;
}
</style>