Shades of Finn #6B4751
Tints of Finn #6B4751
RGB
CMYK
RGB Variations
Color information
#6B4751 (or 0x6B4751) is known color: Finn. HEX triplet: 6B, 47 and 51. RGB value is (107,71,81). Sum of RGB (Red+Green+Blue) = 107+71+81=259 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.31% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 81 (32.03% from 255 or 31.27% from 259); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4751 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4751 is #94B8AE. Grayscale: #525252. Windows color (decimal): -9746607 or 5326699. OLE color: 5326699.
HSL color Cylindrical-coordinate representation of color #6B4751: hue angle of 343.33º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6B4751 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 71 | 81 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.58 |
| HSL | 343.33º | 0.2% | 0.35% | - |
| HSV(B) | 343.33º | 0.34% | 0.42% | - |
| XYZ | 9.8 | 8.23 | 8.86 | - |
| YUV | 82.9 | 126.93 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 71 | 81 | 0 | 0.34 | 0.24 | 0.58 | 343.33 | 0.2 | 0.35 |
| Hex | 6B | 47 | 51 | 0 | 22 | 18 | 3A | 157 | 14 | 23 |
| Octal | 153 | 107 | 121 | 0 | 42 | 30 | 72 | 527 | 24 | 43 |
| Binary | 1101011 | 1000111 | 1010001 | 0 | 100010 | 11000 | 111010 | 101010111 | 10100 | 100011 |
Color Harmonies of #6B4751
Complementary color
Monochromatic Colors of #6B4751
Black with #6B4751
Text Example
Text Example
White with #6B4751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4751; }
p { color: rgb(107,71,81); }
H1.HeaderClassName
{
color: #6B4751;
}
.AnyTagClassName
{
color: #6B4751;
}
</style>
background-color css
<style>
a { background-color: #6B4751; }
a { background-color: rgb(107,71,81); }
div.DivClassName
{
background-color: #6B4751;
}
.BgClassName
{
background-color: #6B4751;
}
</style>
border-color css
<style>
span { border-color: #6B4751; }
span { border-color: rgb(107,71,81); }
td.TdClassName
{
border-color: #6B4751;
}
.TagClassName
{
border-color: #6B4751;
}
</style>