Shades of Finn #684C57
Tints of Finn #684C57
RGB
CMYK
RGB Variations
Color information
#684C57 (or 0x684C57) is known color: Finn. HEX triplet: 68, 4C and 57. RGB value is (104,76,87). Sum of RGB (Red+Green+Blue) = 104+76+87=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 87 (34.38% from 255 or 32.58% from 267); Max value from RGB is 104 - color contains mainly: red. Hex color #684C57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684C57 is #97B3A8. Grayscale: #555555. Windows color (decimal): -9941929 or 5721192. OLE color: 5721192.
HSL color Cylindrical-coordinate representation of color #684C57: hue angle of 336.43º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #684C57 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 76 | 87 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.59 |
| HSL | 336.43º | 0.16% | 0.35% | - |
| HSV(B) | 336.43º | 0.27% | 0.41% | - |
| XYZ | 10.01 | 8.8 | 10.19 | - |
| YUV | 85.63 | 128.78 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 76 | 87 | 0 | 0.27 | 0.16 | 0.59 | 336.43 | 0.16 | 0.35 |
| Hex | 68 | 4C | 57 | 0 | 1B | 10 | 3B | 150 | 10 | 23 |
| Octal | 150 | 114 | 127 | 0 | 33 | 20 | 73 | 520 | 20 | 43 |
| Binary | 1101000 | 1001100 | 1010111 | 0 | 11011 | 10000 | 111011 | 101010000 | 10000 | 100011 |
Color Harmonies of #684C57
Complementary color
Monochromatic Colors of #684C57
Black with #684C57
Text Example
Text Example
White with #684C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684C57; }
p { color: rgb(104,76,87); }
H1.HeaderClassName
{
color: #684C57;
}
.AnyTagClassName
{
color: #684C57;
}
</style>
background-color css
<style>
a { background-color: #684C57; }
a { background-color: rgb(104,76,87); }
div.DivClassName
{
background-color: #684C57;
}
.BgClassName
{
background-color: #684C57;
}
</style>
border-color css
<style>
span { border-color: #684C57; }
span { border-color: rgb(104,76,87); }
td.TdClassName
{
border-color: #684C57;
}
.TagClassName
{
border-color: #684C57;
}
</style>