Shades of Tawny Port #6B3947
Tints of Tawny Port #6B3947
RGB
CMYK
RGB Variations
Color information
#6B3947 (or 0x6B3947) is known color: Tawny Port. HEX triplet: 6B, 39 and 47. RGB value is (107,57,71). Sum of RGB (Red+Green+Blue) = 107+57+71=235 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.53% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 71 (28.12% from 255 or 30.21% from 235); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3947 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3947 is #94C6B8. Grayscale: #494949. Windows color (decimal): -9750201 or 4667755. OLE color: 4667755.
HSL color Cylindrical-coordinate representation of color #6B3947: hue angle of 343.2º degrees, saturation: 0.3, 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 #6B3947 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 57 | 71 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.58 |
| HSL | 343.2º | 0.3% | 0.32% | - |
| HSV(B) | 343.2º | 0.47% | 0.42% | - |
| XYZ | 8.66 | 6.51 | 6.76 | - |
| YUV | 73.55 | 126.57 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 57 | 71 | 0 | 0.47 | 0.34 | 0.58 | 343.2 | 0.3 | 0.32 |
| Hex | 6B | 39 | 47 | 0 | 2F | 22 | 3A | 157 | 1E | 20 |
| Octal | 153 | 71 | 107 | 0 | 57 | 42 | 72 | 527 | 36 | 40 |
| Binary | 1101011 | 111001 | 1000111 | 0 | 101111 | 100010 | 111010 | 101010111 | 11110 | 100000 |
Color Harmonies of #6B3947
Complementary color
Monochromatic Colors of #6B3947
Black with #6B3947
Text Example
Text Example
White with #6B3947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3947; }
p { color: rgb(107,57,71); }
H1.HeaderClassName
{
color: #6B3947;
}
.AnyTagClassName
{
color: #6B3947;
}
</style>
background-color css
<style>
a { background-color: #6B3947; }
a { background-color: rgb(107,57,71); }
div.DivClassName
{
background-color: #6B3947;
}
.BgClassName
{
background-color: #6B3947;
}
</style>
border-color css
<style>
span { border-color: #6B3947; }
span { border-color: rgb(107,57,71); }
td.TdClassName
{
border-color: #6B3947;
}
.TagClassName
{
border-color: #6B3947;
}
</style>