Shades of Tawny Port #6B3D48
Tints of Tawny Port #6B3D48
RGB
CMYK
RGB Variations
Color information
#6B3D48 (or 0x6B3D48) is known color: Tawny Port. HEX triplet: 6B, 3D and 48. RGB value is (107,61,72). Sum of RGB (Red+Green+Blue) = 107+61+72=240 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.58% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3D48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3D48 is #94C2B7. Grayscale: #4C4C4C. Windows color (decimal): -9749176 or 4734315. OLE color: 4734315.
HSL color Cylindrical-coordinate representation of color #6B3D48: hue angle of 345.65º 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 #6B3D48 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 61 | 72 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.58 |
| HSL | 345.65º | 0.27% | 0.33% | - |
| HSV(B) | 345.65º | 0.43% | 0.42% | - |
| XYZ | 8.9 | 6.93 | 7 | - |
| YUV | 76.01 | 125.74 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 61 | 72 | 0 | 0.43 | 0.33 | 0.58 | 345.65 | 0.27 | 0.33 |
| Hex | 6B | 3D | 48 | 0 | 2B | 21 | 3A | 15A | 1B | 21 |
| Octal | 153 | 75 | 110 | 0 | 53 | 41 | 72 | 532 | 33 | 41 |
| Binary | 1101011 | 111101 | 1001000 | 0 | 101011 | 100001 | 111010 | 101011010 | 11011 | 100001 |
Color Harmonies of #6B3D48
Complementary color
Monochromatic Colors of #6B3D48
Black with #6B3D48
Text Example
Text Example
White with #6B3D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3D48; }
p { color: rgb(107,61,72); }
H1.HeaderClassName
{
color: #6B3D48;
}
.AnyTagClassName
{
color: #6B3D48;
}
</style>
background-color css
<style>
a { background-color: #6B3D48; }
a { background-color: rgb(107,61,72); }
div.DivClassName
{
background-color: #6B3D48;
}
.BgClassName
{
background-color: #6B3D48;
}
</style>
border-color css
<style>
span { border-color: #6B3D48; }
span { border-color: rgb(107,61,72); }
td.TdClassName
{
border-color: #6B3D48;
}
.TagClassName
{
border-color: #6B3D48;
}
</style>