Shades of Tawny Port #6B454D
Tints of Tawny Port #6B454D
RGB
CMYK
RGB Variations
Color information
#6B454D (or 0x6B454D) is known color: Tawny Port. HEX triplet: 6B, 45 and 4D. RGB value is (107,69,77). Sum of RGB (Red+Green+Blue) = 107+69+77=253 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.29% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 107 - color contains mainly: red. Hex color #6B454D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B454D is #94BAB2. Grayscale: #515151. Windows color (decimal): -9747123 or 5064043. OLE color: 5064043.
HSL color Cylindrical-coordinate representation of color #6B454D: hue angle of 347.37º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6B454D is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 69 | 77 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.58 |
| HSL | 347.37º | 0.22% | 0.35% | - |
| HSV(B) | 347.37º | 0.36% | 0.42% | - |
| XYZ | 9.53 | 7.92 | 8.05 | - |
| YUV | 81.27 | 125.59 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 69 | 77 | 0 | 0.36 | 0.28 | 0.58 | 347.37 | 0.22 | 0.35 |
| Hex | 6B | 45 | 4D | 0 | 24 | 1C | 3A | 15B | 16 | 23 |
| Octal | 153 | 105 | 115 | 0 | 44 | 34 | 72 | 533 | 26 | 43 |
| Binary | 1101011 | 1000101 | 1001101 | 0 | 100100 | 11100 | 111010 | 101011011 | 10110 | 100011 |
Color Harmonies of #6B454D
Complementary color
Monochromatic Colors of #6B454D
Black with #6B454D
Text Example
Text Example
White with #6B454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B454D; }
p { color: rgb(107,69,77); }
H1.HeaderClassName
{
color: #6B454D;
}
.AnyTagClassName
{
color: #6B454D;
}
</style>
background-color css
<style>
a { background-color: #6B454D; }
a { background-color: rgb(107,69,77); }
div.DivClassName
{
background-color: #6B454D;
}
.BgClassName
{
background-color: #6B454D;
}
</style>
border-color css
<style>
span { border-color: #6B454D; }
span { border-color: rgb(107,69,77); }
td.TdClassName
{
border-color: #6B454D;
}
.TagClassName
{
border-color: #6B454D;
}
</style>