Shades of Tawny Port #6D414B
Tints of Tawny Port #6D414B
RGB
CMYK
RGB Variations
Color information
#6D414B (or 0x6D414B) is known color: Tawny Port. HEX triplet: 6D, 41 and 4B. RGB value is (109,65,75). Sum of RGB (Red+Green+Blue) = 109+65+75=249 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.78% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 109 - color contains mainly: red. Hex color #6D414B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D414B is #92BEB4. Grayscale: #4F4F4F. Windows color (decimal): -9617077 or 4931949. OLE color: 4931949.
HSL color Cylindrical-coordinate representation of color #6D414B: hue angle of 346.36º 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 #6D414B is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 65 | 75 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.57 |
| HSL | 346.36º | 0.25% | 0.34% | - |
| HSV(B) | 346.36º | 0.4% | 0.43% | - |
| XYZ | 9.47 | 7.54 | 7.61 | - |
| YUV | 79.3 | 125.58 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 65 | 75 | 0 | 0.40 | 0.31 | 0.57 | 346.36 | 0.25 | 0.34 |
| Hex | 6D | 41 | 4B | 0 | 28 | 1F | 39 | 15A | 19 | 22 |
| Octal | 155 | 101 | 113 | 0 | 50 | 37 | 71 | 532 | 31 | 42 |
| Binary | 1101101 | 1000001 | 1001011 | 0 | 101000 | 11111 | 111001 | 101011010 | 11001 | 100010 |
Color Harmonies of #6D414B
Complementary color
Monochromatic Colors of #6D414B
Black with #6D414B
Text Example
Text Example
White with #6D414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D414B; }
p { color: rgb(109,65,75); }
H1.HeaderClassName
{
color: #6D414B;
}
.AnyTagClassName
{
color: #6D414B;
}
</style>
background-color css
<style>
a { background-color: #6D414B; }
a { background-color: rgb(109,65,75); }
div.DivClassName
{
background-color: #6D414B;
}
.BgClassName
{
background-color: #6D414B;
}
</style>
border-color css
<style>
span { border-color: #6D414B; }
span { border-color: rgb(109,65,75); }
td.TdClassName
{
border-color: #6D414B;
}
.TagClassName
{
border-color: #6D414B;
}
</style>