Shades of Tawny Port #6B364C
Tints of Tawny Port #6B364C
RGB
CMYK
RGB Variations
Color information
#6B364C (or 0x6B364C) is known color: Tawny Port. HEX triplet: 6B, 36 and 4C. RGB value is (107,54,76). Sum of RGB (Red+Green+Blue) = 107+54+76=237 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.15% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 107 - color contains mainly: red. Hex color #6B364C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B364C is #94C9B3. Grayscale: #484848. Windows color (decimal): -9750964 or 4994667. OLE color: 4994667.
HSL color Cylindrical-coordinate representation of color #6B364C: hue angle of 335.09º 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 #6B364C is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 54 | 76 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.58 |
| HSL | 335.09º | 0.33% | 0.32% | - |
| HSV(B) | 335.09º | 0.5% | 0.42% | - |
| XYZ | 8.69 | 6.29 | 7.59 | - |
| YUV | 72.36 | 130.06 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 54 | 76 | 0 | 0.50 | 0.29 | 0.58 | 335.09 | 0.33 | 0.32 |
| Hex | 6B | 36 | 4C | 0 | 32 | 1D | 3A | 14F | 21 | 20 |
| Octal | 153 | 66 | 114 | 0 | 62 | 35 | 72 | 517 | 41 | 40 |
| Binary | 1101011 | 110110 | 1001100 | 0 | 110010 | 11101 | 111010 | 101001111 | 100001 | 100000 |
Color Harmonies of #6B364C
Complementary color
Monochromatic Colors of #6B364C
Black with #6B364C
Text Example
Text Example
White with #6B364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B364C; }
p { color: rgb(107,54,76); }
H1.HeaderClassName
{
color: #6B364C;
}
.AnyTagClassName
{
color: #6B364C;
}
</style>
background-color css
<style>
a { background-color: #6B364C; }
a { background-color: rgb(107,54,76); }
div.DivClassName
{
background-color: #6B364C;
}
.BgClassName
{
background-color: #6B364C;
}
</style>
border-color css
<style>
span { border-color: #6B364C; }
span { border-color: rgb(107,54,76); }
td.TdClassName
{
border-color: #6B364C;
}
.TagClassName
{
border-color: #6B364C;
}
</style>