Shades of Tawny Port #6B3C4B
Tints of Tawny Port #6B3C4B
RGB
CMYK
RGB Variations
Color information
#6B3C4B (or 0x6B3C4B) is known color: Tawny Port. HEX triplet: 6B, 3C and 4B. RGB value is (107,60,75). Sum of RGB (Red+Green+Blue) = 107+60+75=242 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.21% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3C4B is #94C3B4. Grayscale: #4B4B4B. Windows color (decimal): -9749429 or 4930667. OLE color: 4930667.
HSL color Cylindrical-coordinate representation of color #6B3C4B: hue angle of 340.85º 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 #6B3C4B is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 60 | 75 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.58 |
| HSL | 340.85º | 0.28% | 0.33% | - |
| HSV(B) | 340.85º | 0.44% | 0.42% | - |
| XYZ | 8.95 | 6.87 | 7.51 | - |
| YUV | 75.76 | 127.57 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 60 | 75 | 0 | 0.44 | 0.30 | 0.58 | 340.85 | 0.28 | 0.33 |
| Hex | 6B | 3C | 4B | 0 | 2C | 1E | 3A | 155 | 1C | 21 |
| Octal | 153 | 74 | 113 | 0 | 54 | 36 | 72 | 525 | 34 | 41 |
| Binary | 1101011 | 111100 | 1001011 | 0 | 101100 | 11110 | 111010 | 101010101 | 11100 | 100001 |
Color Harmonies of #6B3C4B
Complementary color
Monochromatic Colors of #6B3C4B
Black with #6B3C4B
Text Example
Text Example
White with #6B3C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3C4B; }
p { color: rgb(107,60,75); }
H1.HeaderClassName
{
color: #6B3C4B;
}
.AnyTagClassName
{
color: #6B3C4B;
}
</style>
background-color css
<style>
a { background-color: #6B3C4B; }
a { background-color: rgb(107,60,75); }
div.DivClassName
{
background-color: #6B3C4B;
}
.BgClassName
{
background-color: #6B3C4B;
}
</style>
border-color css
<style>
span { border-color: #6B3C4B; }
span { border-color: rgb(107,60,75); }
td.TdClassName
{
border-color: #6B3C4B;
}
.TagClassName
{
border-color: #6B3C4B;
}
</style>