Shades of Tawny Port #6B3243
Tints of Tawny Port #6B3243
RGB
CMYK
RGB Variations
Color information
#6B3243 (or 0x6B3243) is known color: Tawny Port. HEX triplet: 6B, 32 and 43. RGB value is (107,50,67). Sum of RGB (Red+Green+Blue) = 107+50+67=224 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.77% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 67 (26.56% from 255 or 29.91% from 224); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3243 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3243 is #94CDBC. Grayscale: #444444. Windows color (decimal): -9751997 or 4403819. OLE color: 4403819.
HSL color Cylindrical-coordinate representation of color #6B3243: hue angle of 342.11º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B3243 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 50 | 67 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.58 |
| HSL | 342.11º | 0.36% | 0.31% | - |
| HSV(B) | 342.11º | 0.53% | 0.42% | - |
| XYZ | 8.22 | 5.81 | 6 | - |
| YUV | 68.98 | 126.88 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 50 | 67 | 0 | 0.53 | 0.37 | 0.58 | 342.11 | 0.36 | 0.31 |
| Hex | 6B | 32 | 43 | 0 | 35 | 25 | 3A | 156 | 24 | 1F |
| Octal | 153 | 62 | 103 | 0 | 65 | 45 | 72 | 526 | 44 | 37 |
| Binary | 1101011 | 110010 | 1000011 | 0 | 110101 | 100101 | 111010 | 101010110 | 100100 | 11111 |
Color Harmonies of #6B3243
Complementary color
Monochromatic Colors of #6B3243
Black with #6B3243
Text Example
Text Example
White with #6B3243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3243; }
p { color: rgb(107,50,67); }
H1.HeaderClassName
{
color: #6B3243;
}
.AnyTagClassName
{
color: #6B3243;
}
</style>
background-color css
<style>
a { background-color: #6B3243; }
a { background-color: rgb(107,50,67); }
div.DivClassName
{
background-color: #6B3243;
}
.BgClassName
{
background-color: #6B3243;
}
</style>
border-color css
<style>
span { border-color: #6B3243; }
span { border-color: rgb(107,50,67); }
td.TdClassName
{
border-color: #6B3243;
}
.TagClassName
{
border-color: #6B3243;
}
</style>