Shades of Tawny Port #6A384B
Tints of Tawny Port #6A384B
RGB
CMYK
RGB Variations
Color information
#6A384B (or 0x6A384B) is known color: Tawny Port. HEX triplet: 6A, 38 and 4B. RGB value is (106,56,75). Sum of RGB (Red+Green+Blue) = 106+56+75=237 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.73% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 106 - color contains mainly: red. Hex color #6A384B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A384B is #95C7B4. Grayscale: #494949. Windows color (decimal): -9815989 or 4929642. OLE color: 4929642.
HSL color Cylindrical-coordinate representation of color #6A384B: hue angle of 337.2º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6A384B is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 56 | 75 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.58 |
| HSL | 337.2º | 0.31% | 0.32% | - |
| HSV(B) | 337.2º | 0.47% | 0.42% | - |
| XYZ | 8.63 | 6.4 | 7.44 | - |
| YUV | 73.12 | 129.07 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 56 | 75 | 0 | 0.47 | 0.29 | 0.58 | 337.2 | 0.31 | 0.32 |
| Hex | 6A | 38 | 4B | 0 | 2F | 1D | 3A | 151 | 1F | 20 |
| Octal | 152 | 70 | 113 | 0 | 57 | 35 | 72 | 521 | 37 | 40 |
| Binary | 1101010 | 111000 | 1001011 | 0 | 101111 | 11101 | 111010 | 101010001 | 11111 | 100000 |
Color Harmonies of #6A384B
Complementary color
Monochromatic Colors of #6A384B
Black with #6A384B
Text Example
Text Example
White with #6A384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A384B; }
p { color: rgb(106,56,75); }
H1.HeaderClassName
{
color: #6A384B;
}
.AnyTagClassName
{
color: #6A384B;
}
</style>
background-color css
<style>
a { background-color: #6A384B; }
a { background-color: rgb(106,56,75); }
div.DivClassName
{
background-color: #6A384B;
}
.BgClassName
{
background-color: #6A384B;
}
</style>
border-color css
<style>
span { border-color: #6A384B; }
span { border-color: rgb(106,56,75); }
td.TdClassName
{
border-color: #6A384B;
}
.TagClassName
{
border-color: #6A384B;
}
</style>