Shades of Tawny Port #6B3C46
Tints of Tawny Port #6B3C46
RGB
CMYK
RGB Variations
Color information
#6B3C46 (or 0x6B3C46) is known color: Tawny Port. HEX triplet: 6B, 3C and 46. RGB value is (107,60,70). Sum of RGB (Red+Green+Blue) = 107+60+70=237 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.15% from 237); Green value is 60 (23.83% from 255 or 25.32% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3C46 is #94C3B9. Grayscale: #4B4B4B. Windows color (decimal): -9749434 or 4602987. OLE color: 4602987.
HSL color Cylindrical-coordinate representation of color #6B3C46: hue angle of 347.23º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B3C46 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 60 | 70 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.58 |
| HSL | 347.23º | 0.28% | 0.33% | - |
| HSV(B) | 347.23º | 0.44% | 0.42% | - |
| XYZ | 8.78 | 6.8 | 6.64 | - |
| YUV | 75.19 | 125.07 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 60 | 70 | 0 | 0.44 | 0.35 | 0.58 | 347.23 | 0.28 | 0.33 |
| Hex | 6B | 3C | 46 | 0 | 2C | 23 | 3A | 15B | 1C | 21 |
| Octal | 153 | 74 | 106 | 0 | 54 | 43 | 72 | 533 | 34 | 41 |
| Binary | 1101011 | 111100 | 1000110 | 0 | 101100 | 100011 | 111010 | 101011011 | 11100 | 100001 |
Color Harmonies of #6B3C46
Complementary color
Monochromatic Colors of #6B3C46
Black with #6B3C46
Text Example
Text Example
White with #6B3C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3C46; }
p { color: rgb(107,60,70); }
H1.HeaderClassName
{
color: #6B3C46;
}
.AnyTagClassName
{
color: #6B3C46;
}
</style>
background-color css
<style>
a { background-color: #6B3C46; }
a { background-color: rgb(107,60,70); }
div.DivClassName
{
background-color: #6B3C46;
}
.BgClassName
{
background-color: #6B3C46;
}
</style>
border-color css
<style>
span { border-color: #6B3C46; }
span { border-color: rgb(107,60,70); }
td.TdClassName
{
border-color: #6B3C46;
}
.TagClassName
{
border-color: #6B3C46;
}
</style>