Shades of Tawny Port #6B3542
Tints of Tawny Port #6B3542
RGB
CMYK
RGB Variations
Color information
#6B3542 (or 0x6B3542) is known color: Tawny Port. HEX triplet: 6B, 35 and 42. RGB value is (107,53,66). Sum of RGB (Red+Green+Blue) = 107+53+66=226 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.35% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3542 is #94CABD. Grayscale: #464646. Windows color (decimal): -9751230 or 4339051. OLE color: 4339051.
HSL color Cylindrical-coordinate representation of color #6B3542: hue angle of 345.56º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B3542 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 53 | 66 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.58 |
| HSL | 345.56º | 0.34% | 0.31% | - |
| HSV(B) | 345.56º | 0.5% | 0.42% | - |
| XYZ | 8.32 | 6.07 | 5.89 | - |
| YUV | 70.63 | 125.39 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 53 | 66 | 0 | 0.50 | 0.38 | 0.58 | 345.56 | 0.34 | 0.31 |
| Hex | 6B | 35 | 42 | 0 | 32 | 26 | 3A | 15A | 22 | 1F |
| Octal | 153 | 65 | 102 | 0 | 62 | 46 | 72 | 532 | 42 | 37 |
| Binary | 1101011 | 110101 | 1000010 | 0 | 110010 | 100110 | 111010 | 101011010 | 100010 | 11111 |
Color Harmonies of #6B3542
Complementary color
Monochromatic Colors of #6B3542
Black with #6B3542
Text Example
Text Example
White with #6B3542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3542; }
p { color: rgb(107,53,66); }
H1.HeaderClassName
{
color: #6B3542;
}
.AnyTagClassName
{
color: #6B3542;
}
</style>
background-color css
<style>
a { background-color: #6B3542; }
a { background-color: rgb(107,53,66); }
div.DivClassName
{
background-color: #6B3542;
}
.BgClassName
{
background-color: #6B3542;
}
</style>
border-color css
<style>
span { border-color: #6B3542; }
span { border-color: rgb(107,53,66); }
td.TdClassName
{
border-color: #6B3542;
}
.TagClassName
{
border-color: #6B3542;
}
</style>