Shades of Tawny Port #6B3A45
Tints of Tawny Port #6B3A45
RGB
CMYK
RGB Variations
Color information
#6B3A45 (or 0x6B3A45) is known color: Tawny Port. HEX triplet: 6B, 3A and 45. RGB value is (107,58,69). Sum of RGB (Red+Green+Blue) = 107+58+69=234 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.73% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3A45 is #94C5BA. Grayscale: #494949. Windows color (decimal): -9749947 or 4536939. OLE color: 4536939.
HSL color Cylindrical-coordinate representation of color #6B3A45: hue angle of 346.53º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6B3A45 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 58 | 69 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.58 |
| HSL | 346.53º | 0.3% | 0.32% | - |
| HSV(B) | 346.53º | 0.46% | 0.42% | - |
| XYZ | 8.65 | 6.58 | 6.44 | - |
| YUV | 73.91 | 125.23 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 58 | 69 | 0 | 0.46 | 0.36 | 0.58 | 346.53 | 0.3 | 0.32 |
| Hex | 6B | 3A | 45 | 0 | 2E | 24 | 3A | 15B | 1E | 20 |
| Octal | 153 | 72 | 105 | 0 | 56 | 44 | 72 | 533 | 36 | 40 |
| Binary | 1101011 | 111010 | 1000101 | 0 | 101110 | 100100 | 111010 | 101011011 | 11110 | 100000 |
Color Harmonies of #6B3A45
Complementary color
Monochromatic Colors of #6B3A45
Black with #6B3A45
Text Example
Text Example
White with #6B3A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3A45; }
p { color: rgb(107,58,69); }
H1.HeaderClassName
{
color: #6B3A45;
}
.AnyTagClassName
{
color: #6B3A45;
}
</style>
background-color css
<style>
a { background-color: #6B3A45; }
a { background-color: rgb(107,58,69); }
div.DivClassName
{
background-color: #6B3A45;
}
.BgClassName
{
background-color: #6B3A45;
}
</style>
border-color css
<style>
span { border-color: #6B3A45; }
span { border-color: rgb(107,58,69); }
td.TdClassName
{
border-color: #6B3A45;
}
.TagClassName
{
border-color: #6B3A45;
}
</style>