Shades of Tawny Port #6B3D4A
Tints of Tawny Port #6B3D4A
RGB
CMYK
RGB Variations
Color information
#6B3D4A (or 0x6B3D4A) is known color: Tawny Port. HEX triplet: 6B, 3D and 4A. RGB value is (107,61,74). Sum of RGB (Red+Green+Blue) = 107+61+74=242 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.21% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3D4A is #94C2B5. Grayscale: #4C4C4C. Windows color (decimal): -9749174 or 4865387. OLE color: 4865387.
HSL color Cylindrical-coordinate representation of color #6B3D4A: hue angle of 343.04º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B3D4A is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 61 | 74 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.58 |
| HSL | 343.04º | 0.27% | 0.33% | - |
| HSV(B) | 343.04º | 0.43% | 0.42% | - |
| XYZ | 8.97 | 6.96 | 7.35 | - |
| YUV | 76.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 61 | 74 | 0 | 0.43 | 0.31 | 0.58 | 343.04 | 0.27 | 0.33 |
| Hex | 6B | 3D | 4A | 0 | 2B | 1F | 3A | 157 | 1B | 21 |
| Octal | 153 | 75 | 112 | 0 | 53 | 37 | 72 | 527 | 33 | 41 |
| Binary | 1101011 | 111101 | 1001010 | 0 | 101011 | 11111 | 111010 | 101010111 | 11011 | 100001 |
Color Harmonies of #6B3D4A
Complementary color
Monochromatic Colors of #6B3D4A
Black with #6B3D4A
Text Example
Text Example
White with #6B3D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3D4A; }
p { color: rgb(107,61,74); }
H1.HeaderClassName
{
color: #6B3D4A;
}
.AnyTagClassName
{
color: #6B3D4A;
}
</style>
background-color css
<style>
a { background-color: #6B3D4A; }
a { background-color: rgb(107,61,74); }
div.DivClassName
{
background-color: #6B3D4A;
}
.BgClassName
{
background-color: #6B3D4A;
}
</style>
border-color css
<style>
span { border-color: #6B3D4A; }
span { border-color: rgb(107,61,74); }
td.TdClassName
{
border-color: #6B3D4A;
}
.TagClassName
{
border-color: #6B3D4A;
}
</style>