Shades of Finn #684A59
Tints of Finn #684A59
RGB
CMYK
RGB Variations
Color information
#684A59 (or 0x684A59) is known color: Finn. HEX triplet: 68, 4A and 59. RGB value is (104,74,89). Sum of RGB (Red+Green+Blue) = 104+74+89=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 104 - color contains mainly: red. Hex color #684A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684A59 is #97B5A6. Grayscale: #545454. Windows color (decimal): -9942439 or 5851752. OLE color: 5851752.
HSL color Cylindrical-coordinate representation of color #684A59: hue angle of 330º 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 #684A59 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 74 | 89 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.59 |
| HSL | 330º | 0.17% | 0.35% | - |
| HSV(B) | 330º | 0.29% | 0.41% | - |
| XYZ | 9.96 | 8.56 | 10.58 | - |
| YUV | 84.68 | 130.44 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 74 | 89 | 0 | 0.29 | 0.14 | 0.59 | 330 | 0.17 | 0.35 |
| Hex | 68 | 4A | 59 | 0 | 1D | E | 3B | 14A | 11 | 23 |
| Octal | 150 | 112 | 131 | 0 | 35 | 16 | 73 | 512 | 21 | 43 |
| Binary | 1101000 | 1001010 | 1011001 | 0 | 11101 | 1110 | 111011 | 101001010 | 10001 | 100011 |
Color Harmonies of #684A59
Complementary color
Monochromatic Colors of #684A59
Black with #684A59
Text Example
Text Example
White with #684A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684A59; }
p { color: rgb(104,74,89); }
H1.HeaderClassName
{
color: #684A59;
}
.AnyTagClassName
{
color: #684A59;
}
</style>
background-color css
<style>
a { background-color: #684A59; }
a { background-color: rgb(104,74,89); }
div.DivClassName
{
background-color: #684A59;
}
.BgClassName
{
background-color: #684A59;
}
</style>
border-color css
<style>
span { border-color: #684A59; }
span { border-color: rgb(104,74,89); }
td.TdClassName
{
border-color: #684A59;
}
.TagClassName
{
border-color: #684A59;
}
</style>