Shades of Tawny Port #6B3945
Tints of Tawny Port #6B3945
RGB
CMYK
RGB Variations
Color information
#6B3945 (or 0x6B3945) is known color: Tawny Port. HEX triplet: 6B, 39 and 45. RGB value is (107,57,69). Sum of RGB (Red+Green+Blue) = 107+57+69=233 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.92% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3945 is #94C6BA. Grayscale: #494949. Windows color (decimal): -9750203 or 4536683. OLE color: 4536683.
HSL color Cylindrical-coordinate representation of color #6B3945: hue angle of 345.6º 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 #6B3945 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 57 | 69 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.58 |
| HSL | 345.6º | 0.3% | 0.32% | - |
| HSV(B) | 345.6º | 0.47% | 0.42% | - |
| XYZ | 8.6 | 6.48 | 6.43 | - |
| YUV | 73.32 | 125.57 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 57 | 69 | 0 | 0.47 | 0.36 | 0.58 | 345.6 | 0.3 | 0.32 |
| Hex | 6B | 39 | 45 | 0 | 2F | 24 | 3A | 15A | 1E | 20 |
| Octal | 153 | 71 | 105 | 0 | 57 | 44 | 72 | 532 | 36 | 40 |
| Binary | 1101011 | 111001 | 1000101 | 0 | 101111 | 100100 | 111010 | 101011010 | 11110 | 100000 |
Color Harmonies of #6B3945
Complementary color
Monochromatic Colors of #6B3945
Black with #6B3945
Text Example
Text Example
White with #6B3945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3945; }
p { color: rgb(107,57,69); }
H1.HeaderClassName
{
color: #6B3945;
}
.AnyTagClassName
{
color: #6B3945;
}
</style>
background-color css
<style>
a { background-color: #6B3945; }
a { background-color: rgb(107,57,69); }
div.DivClassName
{
background-color: #6B3945;
}
.BgClassName
{
background-color: #6B3945;
}
</style>
border-color css
<style>
span { border-color: #6B3945; }
span { border-color: rgb(107,57,69); }
td.TdClassName
{
border-color: #6B3945;
}
.TagClassName
{
border-color: #6B3945;
}
</style>