Shades of Tawny Port #6C3D4A
Tints of Tawny Port #6C3D4A
RGB
CMYK
RGB Variations
Color information
#6C3D4A (or 0x6C3D4A) is known color: Tawny Port. HEX triplet: 6C, 3D and 4A. RGB value is (108,61,74). Sum of RGB (Red+Green+Blue) = 108+61+74=243 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.44% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3D4A is #93C2B5. Grayscale: #4C4C4C. Windows color (decimal): -9683638 or 4865388. OLE color: 4865388.
HSL color Cylindrical-coordinate representation of color #6C3D4A: hue angle of 343.4º degrees, saturation: 0.28, 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 #6C3D4A is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 61 | 74 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.58 |
| HSL | 343.4º | 0.28% | 0.33% | - |
| HSV(B) | 343.4º | 0.44% | 0.42% | - |
| XYZ | 9.09 | 7.02 | 7.35 | - |
| YUV | 76.54 | 126.57 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 61 | 74 | 0 | 0.44 | 0.31 | 0.58 | 343.4 | 0.28 | 0.33 |
| Hex | 6C | 3D | 4A | 0 | 2C | 1F | 3A | 157 | 1C | 21 |
| Octal | 154 | 75 | 112 | 0 | 54 | 37 | 72 | 527 | 34 | 41 |
| Binary | 1101100 | 111101 | 1001010 | 0 | 101100 | 11111 | 111010 | 101010111 | 11100 | 100001 |
Color Harmonies of #6C3D4A
Complementary color
Monochromatic Colors of #6C3D4A
Black with #6C3D4A
Text Example
Text Example
White with #6C3D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3D4A; }
p { color: rgb(108,61,74); }
H1.HeaderClassName
{
color: #6C3D4A;
}
.AnyTagClassName
{
color: #6C3D4A;
}
</style>
background-color css
<style>
a { background-color: #6C3D4A; }
a { background-color: rgb(108,61,74); }
div.DivClassName
{
background-color: #6C3D4A;
}
.BgClassName
{
background-color: #6C3D4A;
}
</style>
border-color css
<style>
span { border-color: #6C3D4A; }
span { border-color: rgb(108,61,74); }
td.TdClassName
{
border-color: #6C3D4A;
}
.TagClassName
{
border-color: #6C3D4A;
}
</style>