Shades of Tawny Port #6B354D
Tints of Tawny Port #6B354D
RGB
CMYK
RGB Variations
Color information
#6B354D (or 0x6B354D) is known color: Tawny Port. HEX triplet: 6B, 35 and 4D. RGB value is (107,53,77). Sum of RGB (Red+Green+Blue) = 107+53+77=237 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.15% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 107 - color contains mainly: red. Hex color #6B354D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B354D is #94CAB2. Grayscale: #474747. Windows color (decimal): -9751219 or 5059947. OLE color: 5059947.
HSL color Cylindrical-coordinate representation of color #6B354D: hue angle of 333.33º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B354D is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 53 | 77 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.58 |
| HSL | 333.33º | 0.34% | 0.31% | - |
| HSV(B) | 333.33º | 0.5% | 0.42% | - |
| XYZ | 8.68 | 6.21 | 7.76 | - |
| YUV | 71.88 | 130.89 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 53 | 77 | 0 | 0.50 | 0.28 | 0.58 | 333.33 | 0.34 | 0.31 |
| Hex | 6B | 35 | 4D | 0 | 32 | 1C | 3A | 14D | 22 | 1F |
| Octal | 153 | 65 | 115 | 0 | 62 | 34 | 72 | 515 | 42 | 37 |
| Binary | 1101011 | 110101 | 1001101 | 0 | 110010 | 11100 | 111010 | 101001101 | 100010 | 11111 |
Color Harmonies of #6B354D
Complementary color
Monochromatic Colors of #6B354D
Black with #6B354D
Text Example
Text Example
White with #6B354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B354D; }
p { color: rgb(107,53,77); }
H1.HeaderClassName
{
color: #6B354D;
}
.AnyTagClassName
{
color: #6B354D;
}
</style>
background-color css
<style>
a { background-color: #6B354D; }
a { background-color: rgb(107,53,77); }
div.DivClassName
{
background-color: #6B354D;
}
.BgClassName
{
background-color: #6B354D;
}
</style>
border-color css
<style>
span { border-color: #6B354D; }
span { border-color: rgb(107,53,77); }
td.TdClassName
{
border-color: #6B354D;
}
.TagClassName
{
border-color: #6B354D;
}
</style>