Shades of Tawny Port #6A3342
Tints of Tawny Port #6A3342
RGB
CMYK
RGB Variations
Color information
#6A3342 (or 0x6A3342) is known color: Tawny Port. HEX triplet: 6A, 33 and 42. RGB value is (106,51,66). Sum of RGB (Red+Green+Blue) = 106+51+66=223 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.53% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 66 (26.17% from 255 or 29.60% from 223); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3342 is #95CCBD. Grayscale: #454545. Windows color (decimal): -9817278 or 4338538. OLE color: 4338538.
HSL color Cylindrical-coordinate representation of color #6A3342: hue angle of 343.64º 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 #6A3342 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 51 | 66 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.58 |
| HSL | 343.64º | 0.35% | 0.31% | - |
| HSV(B) | 343.64º | 0.52% | 0.42% | - |
| XYZ | 8.11 | 5.83 | 5.85 | - |
| YUV | 69.16 | 126.22 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 51 | 66 | 0 | 0.52 | 0.38 | 0.58 | 343.64 | 0.35 | 0.31 |
| Hex | 6A | 33 | 42 | 0 | 34 | 26 | 3A | 158 | 23 | 1F |
| Octal | 152 | 63 | 102 | 0 | 64 | 46 | 72 | 530 | 43 | 37 |
| Binary | 1101010 | 110011 | 1000010 | 0 | 110100 | 100110 | 111010 | 101011000 | 100011 | 11111 |
Color Harmonies of #6A3342
Complementary color
Monochromatic Colors of #6A3342
Black with #6A3342
Text Example
Text Example
White with #6A3342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3342; }
p { color: rgb(106,51,66); }
H1.HeaderClassName
{
color: #6A3342;
}
.AnyTagClassName
{
color: #6A3342;
}
</style>
background-color css
<style>
a { background-color: #6A3342; }
a { background-color: rgb(106,51,66); }
div.DivClassName
{
background-color: #6A3342;
}
.BgClassName
{
background-color: #6A3342;
}
</style>
border-color css
<style>
span { border-color: #6A3342; }
span { border-color: rgb(106,51,66); }
td.TdClassName
{
border-color: #6A3342;
}
.TagClassName
{
border-color: #6A3342;
}
</style>