Shades of Tawny Port #6A354B
Tints of Tawny Port #6A354B
RGB
CMYK
RGB Variations
Color information
#6A354B (or 0x6A354B) is known color: Tawny Port. HEX triplet: 6A, 35 and 4B. RGB value is (106,53,75). Sum of RGB (Red+Green+Blue) = 106+53+75=234 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.30% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 106 - color contains mainly: red. Hex color #6A354B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A354B is #95CAB4. Grayscale: #474747. Windows color (decimal): -9816757 or 4928874. OLE color: 4928874.
HSL color Cylindrical-coordinate representation of color #6A354B: hue angle of 335.09º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6A354B is Cyan = 0, Magento = 0.5, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 53 | 75 | - |
| CMYK | 0 | 0.5 | 0.29 | 0.58 |
| HSL | 335.09º | 0.33% | 0.31% | - |
| HSV(B) | 335.09º | 0.5% | 0.42% | - |
| XYZ | 8.49 | 6.12 | 7.39 | - |
| YUV | 71.36 | 130.06 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 53 | 75 | 0 | 0.5 | 0.29 | 0.58 | 335.09 | 0.33 | 0.31 |
| Hex | 6A | 35 | 4B | 0 | 32 | 1D | 3A | 14F | 21 | 1F |
| Octal | 152 | 65 | 113 | 0 | 62 | 35 | 72 | 517 | 41 | 37 |
| Binary | 1101010 | 110101 | 1001011 | 0 | 110010 | 11101 | 111010 | 101001111 | 100001 | 11111 |
Color Harmonies of #6A354B
Complementary color
Monochromatic Colors of #6A354B
Black with #6A354B
Text Example
Text Example
White with #6A354B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A354B; }
p { color: rgb(106,53,75); }
H1.HeaderClassName
{
color: #6A354B;
}
.AnyTagClassName
{
color: #6A354B;
}
</style>
background-color css
<style>
a { background-color: #6A354B; }
a { background-color: rgb(106,53,75); }
div.DivClassName
{
background-color: #6A354B;
}
.BgClassName
{
background-color: #6A354B;
}
</style>
border-color css
<style>
span { border-color: #6A354B; }
span { border-color: rgb(106,53,75); }
td.TdClassName
{
border-color: #6A354B;
}
.TagClassName
{
border-color: #6A354B;
}
</style>