Shades of Tawny Port #6C334A
Tints of Tawny Port #6C334A
RGB
CMYK
RGB Variations
Color information
#6C334A (or 0x6C334A) is known color: Tawny Port. HEX triplet: 6C, 33 and 4A. RGB value is (108,51,74). Sum of RGB (Red+Green+Blue) = 108+51+74=233 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.35% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 108 - color contains mainly: red. Hex color #6C334A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C334A is #93CCB5. Grayscale: #464646. Windows color (decimal): -9686198 or 4862828. OLE color: 4862828.
HSL color Cylindrical-coordinate representation of color #6C334A: hue angle of 335.79º 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 #6C334A is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 51 | 74 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.58 |
| HSL | 335.79º | 0.36% | 0.31% | - |
| HSV(B) | 335.79º | 0.53% | 0.42% | - |
| XYZ | 8.6 | 6.05 | 7.19 | - |
| YUV | 70.67 | 129.88 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 51 | 74 | 0 | 0.53 | 0.31 | 0.58 | 335.79 | 0.36 | 0.31 |
| Hex | 6C | 33 | 4A | 0 | 35 | 1F | 3A | 150 | 24 | 1F |
| Octal | 154 | 63 | 112 | 0 | 65 | 37 | 72 | 520 | 44 | 37 |
| Binary | 1101100 | 110011 | 1001010 | 0 | 110101 | 11111 | 111010 | 101010000 | 100100 | 11111 |
Color Harmonies of #6C334A
Complementary color
Monochromatic Colors of #6C334A
Black with #6C334A
Text Example
Text Example
White with #6C334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C334A; }
p { color: rgb(108,51,74); }
H1.HeaderClassName
{
color: #6C334A;
}
.AnyTagClassName
{
color: #6C334A;
}
</style>
background-color css
<style>
a { background-color: #6C334A; }
a { background-color: rgb(108,51,74); }
div.DivClassName
{
background-color: #6C334A;
}
.BgClassName
{
background-color: #6C334A;
}
</style>
border-color css
<style>
span { border-color: #6C334A; }
span { border-color: rgb(108,51,74); }
td.TdClassName
{
border-color: #6C334A;
}
.TagClassName
{
border-color: #6C334A;
}
</style>