Shades of Tawny Port #6B354B
Tints of Tawny Port #6B354B
RGB
CMYK
RGB Variations
Color information
#6B354B (or 0x6B354B) is known color: Tawny Port. HEX triplet: 6B, 35 and 4B. RGB value is (107,53,75). Sum of RGB (Red+Green+Blue) = 107+53+75=235 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.53% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 107 - color contains mainly: red. Hex color #6B354B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B354B is #94CAB4. Grayscale: #474747. Windows color (decimal): -9751221 or 4928875. OLE color: 4928875.
HSL color Cylindrical-coordinate representation of color #6B354B: hue angle of 335.56º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B354B is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 53 | 75 | - |
| CMYK | 0 | 0.50 | 0.30 | 0.58 |
| HSL | 335.56º | 0.34% | 0.31% | - |
| HSV(B) | 335.56º | 0.5% | 0.42% | - |
| XYZ | 8.61 | 6.18 | 7.4 | - |
| YUV | 71.65 | 129.89 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 53 | 75 | 0 | 0.50 | 0.30 | 0.58 | 335.56 | 0.34 | 0.31 |
| Hex | 6B | 35 | 4B | 0 | 32 | 1E | 3A | 150 | 22 | 1F |
| Octal | 153 | 65 | 113 | 0 | 62 | 36 | 72 | 520 | 42 | 37 |
| Binary | 1101011 | 110101 | 1001011 | 0 | 110010 | 11110 | 111010 | 101010000 | 100010 | 11111 |
Color Harmonies of #6B354B
Complementary color
Monochromatic Colors of #6B354B
Black with #6B354B
Text Example
Text Example
White with #6B354B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B354B; }
p { color: rgb(107,53,75); }
H1.HeaderClassName
{
color: #6B354B;
}
.AnyTagClassName
{
color: #6B354B;
}
</style>
background-color css
<style>
a { background-color: #6B354B; }
a { background-color: rgb(107,53,75); }
div.DivClassName
{
background-color: #6B354B;
}
.BgClassName
{
background-color: #6B354B;
}
</style>
border-color css
<style>
span { border-color: #6B354B; }
span { border-color: rgb(107,53,75); }
td.TdClassName
{
border-color: #6B354B;
}
.TagClassName
{
border-color: #6B354B;
}
</style>