Shades of Tawny Port #6B3645
Tints of Tawny Port #6B3645
RGB
CMYK
RGB Variations
Color information
#6B3645 (or 0x6B3645) is known color: Tawny Port. HEX triplet: 6B, 36 and 45. RGB value is (107,54,69). Sum of RGB (Red+Green+Blue) = 107+54+69=230 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.52% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 69 (27.34% from 255 or 30% from 230); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3645 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3645 is #94C9BA. Grayscale: #474747. Windows color (decimal): -9750971 or 4535915. OLE color: 4535915.
HSL color Cylindrical-coordinate representation of color #6B3645: hue angle of 343.02º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B3645 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 54 | 69 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.58 |
| HSL | 343.02º | 0.33% | 0.32% | - |
| HSV(B) | 343.02º | 0.5% | 0.42% | - |
| XYZ | 8.46 | 6.19 | 6.38 | - |
| YUV | 71.56 | 126.56 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 54 | 69 | 0 | 0.50 | 0.36 | 0.58 | 343.02 | 0.33 | 0.32 |
| Hex | 6B | 36 | 45 | 0 | 32 | 24 | 3A | 157 | 21 | 20 |
| Octal | 153 | 66 | 105 | 0 | 62 | 44 | 72 | 527 | 41 | 40 |
| Binary | 1101011 | 110110 | 1000101 | 0 | 110010 | 100100 | 111010 | 101010111 | 100001 | 100000 |
Color Harmonies of #6B3645
Complementary color
Monochromatic Colors of #6B3645
Black with #6B3645
Text Example
Text Example
White with #6B3645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3645; }
p { color: rgb(107,54,69); }
H1.HeaderClassName
{
color: #6B3645;
}
.AnyTagClassName
{
color: #6B3645;
}
</style>
background-color css
<style>
a { background-color: #6B3645; }
a { background-color: rgb(107,54,69); }
div.DivClassName
{
background-color: #6B3645;
}
.BgClassName
{
background-color: #6B3645;
}
</style>
border-color css
<style>
span { border-color: #6B3645; }
span { border-color: rgb(107,54,69); }
td.TdClassName
{
border-color: #6B3645;
}
.TagClassName
{
border-color: #6B3645;
}
</style>