Shades of Finn #6C4F57
Tints of Finn #6C4F57
RGB
CMYK
RGB Variations
Color information
#6C4F57 (or 0x6C4F57) is known color: Finn. HEX triplet: 6C, 4F and 57. RGB value is (108,79,87). Sum of RGB (Red+Green+Blue) = 108+79+87=274 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.42% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 87 (34.38% from 255 or 31.75% from 274); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C4F57 is #93B0A8. Grayscale: #585858. Windows color (decimal): -9679017 or 5721964. OLE color: 5721964.
HSL color Cylindrical-coordinate representation of color #6C4F57: hue angle of 343.45º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6C4F57 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 79 | 87 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.58 |
| HSL | 343.45º | 0.16% | 0.37% | - |
| HSV(B) | 343.45º | 0.27% | 0.42% | - |
| XYZ | 10.7 | 9.47 | 10.28 | - |
| YUV | 88.58 | 127.11 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 79 | 87 | 0 | 0.27 | 0.19 | 0.58 | 343.45 | 0.16 | 0.37 |
| Hex | 6C | 4F | 57 | 0 | 1B | 13 | 3A | 157 | 10 | 25 |
| Octal | 154 | 117 | 127 | 0 | 33 | 23 | 72 | 527 | 20 | 45 |
| Binary | 1101100 | 1001111 | 1010111 | 0 | 11011 | 10011 | 111010 | 101010111 | 10000 | 100101 |
Color Harmonies of #6C4F57
Complementary color
Monochromatic Colors of #6C4F57
Black with #6C4F57
Text Example
Text Example
White with #6C4F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4F57; }
p { color: rgb(108,79,87); }
H1.HeaderClassName
{
color: #6C4F57;
}
.AnyTagClassName
{
color: #6C4F57;
}
</style>
background-color css
<style>
a { background-color: #6C4F57; }
a { background-color: rgb(108,79,87); }
div.DivClassName
{
background-color: #6C4F57;
}
.BgClassName
{
background-color: #6C4F57;
}
</style>
border-color css
<style>
span { border-color: #6C4F57; }
span { border-color: rgb(108,79,87); }
td.TdClassName
{
border-color: #6C4F57;
}
.TagClassName
{
border-color: #6C4F57;
}
</style>