Shades of Finn #684A56
Tints of Finn #684A56
RGB
CMYK
RGB Variations
Color information
#684A56 (or 0x684A56) is known color: Finn. HEX triplet: 68, 4A and 56. RGB value is (104,74,86). Sum of RGB (Red+Green+Blue) = 104+74+86=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 104 - color contains mainly: red. Hex color #684A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684A56 is #97B5A9. Grayscale: #545454. Windows color (decimal): -9942442 or 5655144. OLE color: 5655144.
HSL color Cylindrical-coordinate representation of color #684A56: hue angle of 336º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #684A56 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 74 | 86 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.59 |
| HSL | 336º | 0.17% | 0.35% | - |
| HSV(B) | 336º | 0.29% | 0.41% | - |
| XYZ | 9.84 | 8.51 | 9.93 | - |
| YUV | 84.34 | 128.94 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 74 | 86 | 0 | 0.29 | 0.17 | 0.59 | 336 | 0.17 | 0.35 |
| Hex | 68 | 4A | 56 | 0 | 1D | 11 | 3B | 150 | 11 | 23 |
| Octal | 150 | 112 | 126 | 0 | 35 | 21 | 73 | 520 | 21 | 43 |
| Binary | 1101000 | 1001010 | 1010110 | 0 | 11101 | 10001 | 111011 | 101010000 | 10001 | 100011 |
Color Harmonies of #684A56
Complementary color
Monochromatic Colors of #684A56
Black with #684A56
Text Example
Text Example
White with #684A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684A56; }
p { color: rgb(104,74,86); }
H1.HeaderClassName
{
color: #684A56;
}
.AnyTagClassName
{
color: #684A56;
}
</style>
background-color css
<style>
a { background-color: #684A56; }
a { background-color: rgb(104,74,86); }
div.DivClassName
{
background-color: #684A56;
}
.BgClassName
{
background-color: #684A56;
}
</style>
border-color css
<style>
span { border-color: #684A56; }
span { border-color: rgb(104,74,86); }
td.TdClassName
{
border-color: #684A56;
}
.TagClassName
{
border-color: #684A56;
}
</style>