Shades of Tawny Port #6D384B
Tints of Tawny Port #6D384B
RGB
CMYK
RGB Variations
Color information
#6D384B (or 0x6D384B) is known color: Tawny Port. HEX triplet: 6D, 38 and 4B. RGB value is (109,56,75). Sum of RGB (Red+Green+Blue) = 109+56+75=240 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.42% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 109 - color contains mainly: red. Hex color #6D384B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D384B is #92C7B4. Grayscale: #494949. Windows color (decimal): -9619381 or 4929645. OLE color: 4929645.
HSL color Cylindrical-coordinate representation of color #6D384B: hue angle of 338.49º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D384B is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 56 | 75 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.57 |
| HSL | 338.49º | 0.32% | 0.32% | - |
| HSV(B) | 338.49º | 0.49% | 0.43% | - |
| XYZ | 8.99 | 6.59 | 7.45 | - |
| YUV | 74.01 | 128.56 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 56 | 75 | 0 | 0.49 | 0.31 | 0.57 | 338.49 | 0.32 | 0.32 |
| Hex | 6D | 38 | 4B | 0 | 31 | 1F | 39 | 152 | 20 | 20 |
| Octal | 155 | 70 | 113 | 0 | 61 | 37 | 71 | 522 | 40 | 40 |
| Binary | 1101101 | 111000 | 1001011 | 0 | 110001 | 11111 | 111001 | 101010010 | 100000 | 100000 |
Color Harmonies of #6D384B
Complementary color
Monochromatic Colors of #6D384B
Black with #6D384B
Text Example
Text Example
White with #6D384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D384B; }
p { color: rgb(109,56,75); }
H1.HeaderClassName
{
color: #6D384B;
}
.AnyTagClassName
{
color: #6D384B;
}
</style>
background-color css
<style>
a { background-color: #6D384B; }
a { background-color: rgb(109,56,75); }
div.DivClassName
{
background-color: #6D384B;
}
.BgClassName
{
background-color: #6D384B;
}
</style>
border-color css
<style>
span { border-color: #6D384B; }
span { border-color: rgb(109,56,75); }
td.TdClassName
{
border-color: #6D384B;
}
.TagClassName
{
border-color: #6D384B;
}
</style>