Shades of Tawny Port #6C3C48
Tints of Tawny Port #6C3C48
RGB
CMYK
RGB Variations
Color information
#6C3C48 (or 0x6C3C48) is known color: Tawny Port. HEX triplet: 6C, 3C and 48. RGB value is (108,60,72). Sum of RGB (Red+Green+Blue) = 108+60+72=240 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3C48 is #93C3B7. Grayscale: #4B4B4B. Windows color (decimal): -9683896 or 4734060. OLE color: 4734060.
HSL color Cylindrical-coordinate representation of color #6C3C48: hue angle of 345º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6C3C48 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 60 | 72 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.58 |
| HSL | 345º | 0.29% | 0.33% | - |
| HSV(B) | 345º | 0.44% | 0.42% | - |
| XYZ | 8.97 | 6.89 | 6.99 | - |
| YUV | 75.72 | 125.9 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 60 | 72 | 0 | 0.44 | 0.33 | 0.58 | 345 | 0.29 | 0.33 |
| Hex | 6C | 3C | 48 | 0 | 2C | 21 | 3A | 159 | 1D | 21 |
| Octal | 154 | 74 | 110 | 0 | 54 | 41 | 72 | 531 | 35 | 41 |
| Binary | 1101100 | 111100 | 1001000 | 0 | 101100 | 100001 | 111010 | 101011001 | 11101 | 100001 |
Color Harmonies of #6C3C48
Complementary color
Monochromatic Colors of #6C3C48
Black with #6C3C48
Text Example
Text Example
White with #6C3C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3C48; }
p { color: rgb(108,60,72); }
H1.HeaderClassName
{
color: #6C3C48;
}
.AnyTagClassName
{
color: #6C3C48;
}
</style>
background-color css
<style>
a { background-color: #6C3C48; }
a { background-color: rgb(108,60,72); }
div.DivClassName
{
background-color: #6C3C48;
}
.BgClassName
{
background-color: #6C3C48;
}
</style>
border-color css
<style>
span { border-color: #6C3C48; }
span { border-color: rgb(108,60,72); }
td.TdClassName
{
border-color: #6C3C48;
}
.TagClassName
{
border-color: #6C3C48;
}
</style>