Shades of Tawny Port #6B3D4D
Tints of Tawny Port #6B3D4D
RGB
CMYK
RGB Variations
Color information
#6B3D4D (or 0x6B3D4D) is known color: Tawny Port. HEX triplet: 6B, 3D and 4D. RGB value is (107,61,77). Sum of RGB (Red+Green+Blue) = 107+61+77=245 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.67% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3D4D is #94C2B2. Grayscale: #4C4C4C. Windows color (decimal): -9749171 or 5061995. OLE color: 5061995.
HSL color Cylindrical-coordinate representation of color #6B3D4D: hue angle of 339.13º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B3D4D is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 61 | 77 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.58 |
| HSL | 339.13º | 0.27% | 0.33% | - |
| HSV(B) | 339.13º | 0.43% | 0.42% | - |
| XYZ | 9.07 | 7 | 7.89 | - |
| YUV | 76.58 | 128.24 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 61 | 77 | 0 | 0.43 | 0.28 | 0.58 | 339.13 | 0.27 | 0.33 |
| Hex | 6B | 3D | 4D | 0 | 2B | 1C | 3A | 153 | 1B | 21 |
| Octal | 153 | 75 | 115 | 0 | 53 | 34 | 72 | 523 | 33 | 41 |
| Binary | 1101011 | 111101 | 1001101 | 0 | 101011 | 11100 | 111010 | 101010011 | 11011 | 100001 |
Color Harmonies of #6B3D4D
Complementary color
Monochromatic Colors of #6B3D4D
Black with #6B3D4D
Text Example
Text Example
White with #6B3D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3D4D; }
p { color: rgb(107,61,77); }
H1.HeaderClassName
{
color: #6B3D4D;
}
.AnyTagClassName
{
color: #6B3D4D;
}
</style>
background-color css
<style>
a { background-color: #6B3D4D; }
a { background-color: rgb(107,61,77); }
div.DivClassName
{
background-color: #6B3D4D;
}
.BgClassName
{
background-color: #6B3D4D;
}
</style>
border-color css
<style>
span { border-color: #6B3D4D; }
span { border-color: rgb(107,61,77); }
td.TdClassName
{
border-color: #6B3D4D;
}
.TagClassName
{
border-color: #6B3D4D;
}
</style>