Shades of Tawny Port #6B3045
Tints of Tawny Port #6B3045
RGB
CMYK
RGB Variations
Color information
#6B3045 (or 0x6B3045) is known color: Tawny Port. HEX triplet: 6B, 30 and 45. RGB value is (107,48,69). Sum of RGB (Red+Green+Blue) = 107+48+69=224 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.77% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 69 (27.34% from 255 or 30.80% from 224); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3045 is #94CFBA. Grayscale: #444444. Windows color (decimal): -9752507 or 4534379. OLE color: 4534379.
HSL color Cylindrical-coordinate representation of color #6B3045: hue angle of 338.64º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B3045 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 48 | 69 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.58 |
| HSL | 338.64º | 0.38% | 0.3% | - |
| HSV(B) | 338.64º | 0.55% | 0.42% | - |
| XYZ | 8.19 | 5.67 | 6.29 | - |
| YUV | 68.04 | 128.55 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 48 | 69 | 0 | 0.55 | 0.36 | 0.58 | 338.64 | 0.38 | 0.3 |
| Hex | 6B | 30 | 45 | 0 | 37 | 24 | 3A | 153 | 26 | 1E |
| Octal | 153 | 60 | 105 | 0 | 67 | 44 | 72 | 523 | 46 | 36 |
| Binary | 1101011 | 110000 | 1000101 | 0 | 110111 | 100100 | 111010 | 101010011 | 100110 | 11110 |
Color Harmonies of #6B3045
Complementary color
Monochromatic Colors of #6B3045
Black with #6B3045
Text Example
Text Example
White with #6B3045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3045; }
p { color: rgb(107,48,69); }
H1.HeaderClassName
{
color: #6B3045;
}
.AnyTagClassName
{
color: #6B3045;
}
</style>
background-color css
<style>
a { background-color: #6B3045; }
a { background-color: rgb(107,48,69); }
div.DivClassName
{
background-color: #6B3045;
}
.BgClassName
{
background-color: #6B3045;
}
</style>
border-color css
<style>
span { border-color: #6B3045; }
span { border-color: rgb(107,48,69); }
td.TdClassName
{
border-color: #6B3045;
}
.TagClassName
{
border-color: #6B3045;
}
</style>