Shades of Tawny Port #6B3B4C
Tints of Tawny Port #6B3B4C
RGB
CMYK
RGB Variations
Color information
#6B3B4C (or 0x6B3B4C) is known color: Tawny Port. HEX triplet: 6B, 3B and 4C. RGB value is (107,59,76). Sum of RGB (Red+Green+Blue) = 107+59+76=242 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.21% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3B4C is #94C4B3. Grayscale: #4B4B4B. Windows color (decimal): -9749684 or 4995947. OLE color: 4995947.
HSL color Cylindrical-coordinate representation of color #6B3B4C: hue angle of 338.75º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6B3B4C is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 59 | 76 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.58 |
| HSL | 338.75º | 0.29% | 0.33% | - |
| HSV(B) | 338.75º | 0.45% | 0.42% | - |
| XYZ | 8.93 | 6.78 | 7.67 | - |
| YUV | 75.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 59 | 76 | 0 | 0.45 | 0.29 | 0.58 | 338.75 | 0.29 | 0.33 |
| Hex | 6B | 3B | 4C | 0 | 2D | 1D | 3A | 153 | 1D | 21 |
| Octal | 153 | 73 | 114 | 0 | 55 | 35 | 72 | 523 | 35 | 41 |
| Binary | 1101011 | 111011 | 1001100 | 0 | 101101 | 11101 | 111010 | 101010011 | 11101 | 100001 |
Color Harmonies of #6B3B4C
Complementary color
Monochromatic Colors of #6B3B4C
Black with #6B3B4C
Text Example
Text Example
White with #6B3B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3B4C; }
p { color: rgb(107,59,76); }
H1.HeaderClassName
{
color: #6B3B4C;
}
.AnyTagClassName
{
color: #6B3B4C;
}
</style>
background-color css
<style>
a { background-color: #6B3B4C; }
a { background-color: rgb(107,59,76); }
div.DivClassName
{
background-color: #6B3B4C;
}
.BgClassName
{
background-color: #6B3B4C;
}
</style>
border-color css
<style>
span { border-color: #6B3B4C; }
span { border-color: rgb(107,59,76); }
td.TdClassName
{
border-color: #6B3B4C;
}
.TagClassName
{
border-color: #6B3B4C;
}
</style>