Shades of Finn #684D56
Tints of Finn #684D56
RGB
CMYK
RGB Variations
Color information
#684D56 (or 0x684D56) is known color: Finn. HEX triplet: 68, 4D and 56. RGB value is (104,77,86). Sum of RGB (Red+Green+Blue) = 104+77+86=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 104 - color contains mainly: red. Hex color #684D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684D56 is #97B2A9. Grayscale: #565656. Windows color (decimal): -9941674 or 5655912. OLE color: 5655912.
HSL color Cylindrical-coordinate representation of color #684D56: hue angle of 340º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #684D56 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 77 | 86 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.59 |
| HSL | 340º | 0.15% | 0.35% | - |
| HSV(B) | 340º | 0.26% | 0.41% | - |
| XYZ | 10.04 | 8.92 | 10 | - |
| YUV | 86.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 77 | 86 | 0 | 0.26 | 0.17 | 0.59 | 340 | 0.15 | 0.35 |
| Hex | 68 | 4D | 56 | 0 | 1A | 11 | 3B | 154 | F | 23 |
| Octal | 150 | 115 | 126 | 0 | 32 | 21 | 73 | 524 | 17 | 43 |
| Binary | 1101000 | 1001101 | 1010110 | 0 | 11010 | 10001 | 111011 | 101010100 | 1111 | 100011 |
Color Harmonies of #684D56
Complementary color
Monochromatic Colors of #684D56
Black with #684D56
Text Example
Text Example
White with #684D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684D56; }
p { color: rgb(104,77,86); }
H1.HeaderClassName
{
color: #684D56;
}
.AnyTagClassName
{
color: #684D56;
}
</style>
background-color css
<style>
a { background-color: #684D56; }
a { background-color: rgb(104,77,86); }
div.DivClassName
{
background-color: #684D56;
}
.BgClassName
{
background-color: #684D56;
}
</style>
border-color css
<style>
span { border-color: #684D56; }
span { border-color: rgb(104,77,86); }
td.TdClassName
{
border-color: #684D56;
}
.TagClassName
{
border-color: #684D56;
}
</style>