Shades of Finn #6B4D57
Tints of Finn #6B4D57
RGB
CMYK
RGB Variations
Color information
#6B4D57 (or 0x6B4D57) is known color: Finn. HEX triplet: 6B, 4D and 57. RGB value is (107,77,87). Sum of RGB (Red+Green+Blue) = 107+77+87=271 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.48% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 87 (34.38% from 255 or 32.10% from 271); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4D57 is #94B2A8. Grayscale: #575757. Windows color (decimal): -9745065 or 5721451. OLE color: 5721451.
HSL color Cylindrical-coordinate representation of color #6B4D57: hue angle of 340º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B4D57 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 77 | 87 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.58 |
| HSL | 340º | 0.16% | 0.36% | - |
| HSV(B) | 340º | 0.28% | 0.42% | - |
| XYZ | 10.44 | 9.12 | 10.23 | - |
| YUV | 87.11 | 127.94 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 77 | 87 | 0 | 0.28 | 0.19 | 0.58 | 340 | 0.16 | 0.36 |
| Hex | 6B | 4D | 57 | 0 | 1C | 13 | 3A | 154 | 10 | 24 |
| Octal | 153 | 115 | 127 | 0 | 34 | 23 | 72 | 524 | 20 | 44 |
| Binary | 1101011 | 1001101 | 1010111 | 0 | 11100 | 10011 | 111010 | 101010100 | 10000 | 100100 |
Color Harmonies of #6B4D57
Complementary color
Monochromatic Colors of #6B4D57
Black with #6B4D57
Text Example
Text Example
White with #6B4D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4D57; }
p { color: rgb(107,77,87); }
H1.HeaderClassName
{
color: #6B4D57;
}
.AnyTagClassName
{
color: #6B4D57;
}
</style>
background-color css
<style>
a { background-color: #6B4D57; }
a { background-color: rgb(107,77,87); }
div.DivClassName
{
background-color: #6B4D57;
}
.BgClassName
{
background-color: #6B4D57;
}
</style>
border-color css
<style>
span { border-color: #6B4D57; }
span { border-color: rgb(107,77,87); }
td.TdClassName
{
border-color: #6B4D57;
}
.TagClassName
{
border-color: #6B4D57;
}
</style>