Shades of Tawny Port #6C424D
Tints of Tawny Port #6C424D
RGB
CMYK
RGB Variations
Color information
#6C424D (or 0x6C424D) is known color: Tawny Port. HEX triplet: 6C, 42 and 4D. RGB value is (108,66,77). Sum of RGB (Red+Green+Blue) = 108+66+77=251 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.03% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 108 - color contains mainly: red. Hex color #6C424D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C424D is #93BDB2. Grayscale: #4F4F4F. Windows color (decimal): -9682355 or 5063276. OLE color: 5063276.
HSL color Cylindrical-coordinate representation of color #6C424D: hue angle of 344.29º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6C424D is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 66 | 77 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.58 |
| HSL | 344.29º | 0.24% | 0.34% | - |
| HSV(B) | 344.29º | 0.39% | 0.42% | - |
| XYZ | 9.47 | 7.62 | 7.99 | - |
| YUV | 79.81 | 126.41 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 66 | 77 | 0 | 0.39 | 0.29 | 0.58 | 344.29 | 0.24 | 0.34 |
| Hex | 6C | 42 | 4D | 0 | 27 | 1D | 3A | 158 | 18 | 22 |
| Octal | 154 | 102 | 115 | 0 | 47 | 35 | 72 | 530 | 30 | 42 |
| Binary | 1101100 | 1000010 | 1001101 | 0 | 100111 | 11101 | 111010 | 101011000 | 11000 | 100010 |
Color Harmonies of #6C424D
Complementary color
Monochromatic Colors of #6C424D
Black with #6C424D
Text Example
Text Example
White with #6C424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C424D; }
p { color: rgb(108,66,77); }
H1.HeaderClassName
{
color: #6C424D;
}
.AnyTagClassName
{
color: #6C424D;
}
</style>
background-color css
<style>
a { background-color: #6C424D; }
a { background-color: rgb(108,66,77); }
div.DivClassName
{
background-color: #6C424D;
}
.BgClassName
{
background-color: #6C424D;
}
</style>
border-color css
<style>
span { border-color: #6C424D; }
span { border-color: rgb(108,66,77); }
td.TdClassName
{
border-color: #6C424D;
}
.TagClassName
{
border-color: #6C424D;
}
</style>