Shades of Tawny Port #6B3642
Tints of Tawny Port #6B3642
RGB
CMYK
RGB Variations
Color information
#6B3642 (or 0x6B3642) is known color: Tawny Port. HEX triplet: 6B, 36 and 42. RGB value is (107,54,66). Sum of RGB (Red+Green+Blue) = 107+54+66=227 (30% of max value = 765). Red value is 107 (42.19% from 255 or 47.14% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 66 (26.17% from 255 or 29.07% from 227); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3642 is #94C9BD. Grayscale: #474747. Windows color (decimal): -9750974 or 4339307. OLE color: 4339307.
HSL color Cylindrical-coordinate representation of color #6B3642: hue angle of 346.42º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B3642 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 54 | 66 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.58 |
| HSL | 346.42º | 0.33% | 0.32% | - |
| HSV(B) | 346.42º | 0.5% | 0.42% | - |
| XYZ | 8.37 | 6.16 | 5.9 | - |
| YUV | 71.22 | 125.06 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 54 | 66 | 0 | 0.50 | 0.38 | 0.58 | 346.42 | 0.33 | 0.32 |
| Hex | 6B | 36 | 42 | 0 | 32 | 26 | 3A | 15A | 21 | 20 |
| Octal | 153 | 66 | 102 | 0 | 62 | 46 | 72 | 532 | 41 | 40 |
| Binary | 1101011 | 110110 | 1000010 | 0 | 110010 | 100110 | 111010 | 101011010 | 100001 | 100000 |
Color Harmonies of #6B3642
Complementary color
Monochromatic Colors of #6B3642
Black with #6B3642
Text Example
Text Example
White with #6B3642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3642; }
p { color: rgb(107,54,66); }
H1.HeaderClassName
{
color: #6B3642;
}
.AnyTagClassName
{
color: #6B3642;
}
</style>
background-color css
<style>
a { background-color: #6B3642; }
a { background-color: rgb(107,54,66); }
div.DivClassName
{
background-color: #6B3642;
}
.BgClassName
{
background-color: #6B3642;
}
</style>
border-color css
<style>
span { border-color: #6B3642; }
span { border-color: rgb(107,54,66); }
td.TdClassName
{
border-color: #6B3642;
}
.TagClassName
{
border-color: #6B3642;
}
</style>