Shades of Tawny Port #6B324C
Tints of Tawny Port #6B324C
RGB
CMYK
RGB Variations
Color information
#6B324C (or 0x6B324C) is known color: Tawny Port. HEX triplet: 6B, 32 and 4C. RGB value is (107,50,76). Sum of RGB (Red+Green+Blue) = 107+50+76=233 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.92% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 107 - color contains mainly: red. Hex color #6B324C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B324C is #94CDB3. Grayscale: #454545. Windows color (decimal): -9751988 or 4993643. OLE color: 4993643.
HSL color Cylindrical-coordinate representation of color #6B324C: hue angle of 332.63º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B324C is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 50 | 76 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.58 |
| HSL | 332.63º | 0.36% | 0.31% | - |
| HSV(B) | 332.63º | 0.53% | 0.42% | - |
| XYZ | 8.51 | 5.93 | 7.53 | - |
| YUV | 70.01 | 131.38 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 50 | 76 | 0 | 0.53 | 0.29 | 0.58 | 332.63 | 0.36 | 0.31 |
| Hex | 6B | 32 | 4C | 0 | 35 | 1D | 3A | 14D | 24 | 1F |
| Octal | 153 | 62 | 114 | 0 | 65 | 35 | 72 | 515 | 44 | 37 |
| Binary | 1101011 | 110010 | 1001100 | 0 | 110101 | 11101 | 111010 | 101001101 | 100100 | 11111 |
Color Harmonies of #6B324C
Complementary color
Monochromatic Colors of #6B324C
Black with #6B324C
Text Example
Text Example
White with #6B324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B324C; }
p { color: rgb(107,50,76); }
H1.HeaderClassName
{
color: #6B324C;
}
.AnyTagClassName
{
color: #6B324C;
}
</style>
background-color css
<style>
a { background-color: #6B324C; }
a { background-color: rgb(107,50,76); }
div.DivClassName
{
background-color: #6B324C;
}
.BgClassName
{
background-color: #6B324C;
}
</style>
border-color css
<style>
span { border-color: #6B324C; }
span { border-color: rgb(107,50,76); }
td.TdClassName
{
border-color: #6B324C;
}
.TagClassName
{
border-color: #6B324C;
}
</style>