Shades of Tawny Port #6B334C
Tints of Tawny Port #6B334C
RGB
CMYK
RGB Variations
Color information
#6B334C (or 0x6B334C) is known color: Tawny Port. HEX triplet: 6B, 33 and 4C. RGB value is (107,51,76). Sum of RGB (Red+Green+Blue) = 107+51+76=234 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.73% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 107 - color contains mainly: red. Hex color #6B334C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B334C is #94CCB3. Grayscale: #464646. Windows color (decimal): -9751732 or 4993899. OLE color: 4993899.
HSL color Cylindrical-coordinate representation of color #6B334C: hue angle of 333.21º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B334C is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 51 | 76 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.58 |
| HSL | 333.21º | 0.35% | 0.31% | - |
| HSV(B) | 333.21º | 0.52% | 0.42% | - |
| XYZ | 8.55 | 6.02 | 7.55 | - |
| YUV | 70.59 | 131.05 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 51 | 76 | 0 | 0.52 | 0.29 | 0.58 | 333.21 | 0.35 | 0.31 |
| Hex | 6B | 33 | 4C | 0 | 34 | 1D | 3A | 14D | 23 | 1F |
| Octal | 153 | 63 | 114 | 0 | 64 | 35 | 72 | 515 | 43 | 37 |
| Binary | 1101011 | 110011 | 1001100 | 0 | 110100 | 11101 | 111010 | 101001101 | 100011 | 11111 |
Color Harmonies of #6B334C
Complementary color
Monochromatic Colors of #6B334C
Black with #6B334C
Text Example
Text Example
White with #6B334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B334C; }
p { color: rgb(107,51,76); }
H1.HeaderClassName
{
color: #6B334C;
}
.AnyTagClassName
{
color: #6B334C;
}
</style>
background-color css
<style>
a { background-color: #6B334C; }
a { background-color: rgb(107,51,76); }
div.DivClassName
{
background-color: #6B334C;
}
.BgClassName
{
background-color: #6B334C;
}
</style>
border-color css
<style>
span { border-color: #6B334C; }
span { border-color: rgb(107,51,76); }
td.TdClassName
{
border-color: #6B334C;
}
.TagClassName
{
border-color: #6B334C;
}
</style>