Shades of Tawny Port #6C354D
Tints of Tawny Port #6C354D
RGB
CMYK
RGB Variations
Color information
#6C354D (or 0x6C354D) is known color: Tawny Port. HEX triplet: 6C, 35 and 4D. RGB value is (108,53,77). Sum of RGB (Red+Green+Blue) = 108+53+77=238 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.38% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 108 - color contains mainly: red. Hex color #6C354D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C354D is #93CAB2. Grayscale: #484848. Windows color (decimal): -9685683 or 5059948. OLE color: 5059948.
HSL color Cylindrical-coordinate representation of color #6C354D: hue angle of 333.82º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6C354D is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 53 | 77 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.58 |
| HSL | 333.82º | 0.34% | 0.32% | - |
| HSV(B) | 333.82º | 0.51% | 0.42% | - |
| XYZ | 8.8 | 6.27 | 7.77 | - |
| YUV | 72.18 | 130.72 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 53 | 77 | 0 | 0.51 | 0.29 | 0.58 | 333.82 | 0.34 | 0.32 |
| Hex | 6C | 35 | 4D | 0 | 33 | 1D | 3A | 14E | 22 | 20 |
| Octal | 154 | 65 | 115 | 0 | 63 | 35 | 72 | 516 | 42 | 40 |
| Binary | 1101100 | 110101 | 1001101 | 0 | 110011 | 11101 | 111010 | 101001110 | 100010 | 100000 |
Color Harmonies of #6C354D
Complementary color
Monochromatic Colors of #6C354D
Black with #6C354D
Text Example
Text Example
White with #6C354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C354D; }
p { color: rgb(108,53,77); }
H1.HeaderClassName
{
color: #6C354D;
}
.AnyTagClassName
{
color: #6C354D;
}
</style>
background-color css
<style>
a { background-color: #6C354D; }
a { background-color: rgb(108,53,77); }
div.DivClassName
{
background-color: #6C354D;
}
.BgClassName
{
background-color: #6C354D;
}
</style>
border-color css
<style>
span { border-color: #6C354D; }
span { border-color: rgb(108,53,77); }
td.TdClassName
{
border-color: #6C354D;
}
.TagClassName
{
border-color: #6C354D;
}
</style>