Shades of Finn #684F5E
Tints of Finn #684F5E
RGB
CMYK
RGB Variations
Color information
#684F5E (or 0x684F5E) is known color: Finn. HEX triplet: 68, 4F and 5E. RGB value is (104,79,94). Sum of RGB (Red+Green+Blue) = 104+79+94=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 79 (31.25% from 255 or 28.52% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 104 - color contains mainly: red. Hex color #684F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684F5E is #97B0A1. Grayscale: #585858. Windows color (decimal): -9941154 or 6180712. OLE color: 6180712.
HSL color Cylindrical-coordinate representation of color #684F5E: hue angle of 324º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #684F5E is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 79 | 94 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.59 |
| HSL | 324º | 0.14% | 0.36% | - |
| HSV(B) | 324º | 0.24% | 0.41% | - |
| XYZ | 10.53 | 9.34 | 11.84 | - |
| YUV | 88.19 | 131.28 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 79 | 94 | 0 | 0.24 | 0.10 | 0.59 | 324 | 0.14 | 0.36 |
| Hex | 68 | 4F | 5E | 0 | 18 | A | 3B | 144 | E | 24 |
| Octal | 150 | 117 | 136 | 0 | 30 | 12 | 73 | 504 | 16 | 44 |
| Binary | 1101000 | 1001111 | 1011110 | 0 | 11000 | 1010 | 111011 | 101000100 | 1110 | 100100 |
Color Harmonies of #684F5E
Complementary color
Monochromatic Colors of #684F5E
Black with #684F5E
Text Example
Text Example
White with #684F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684F5E; }
p { color: rgb(104,79,94); }
H1.HeaderClassName
{
color: #684F5E;
}
.AnyTagClassName
{
color: #684F5E;
}
</style>
background-color css
<style>
a { background-color: #684F5E; }
a { background-color: rgb(104,79,94); }
div.DivClassName
{
background-color: #684F5E;
}
.BgClassName
{
background-color: #684F5E;
}
</style>
border-color css
<style>
span { border-color: #684F5E; }
span { border-color: rgb(104,79,94); }
td.TdClassName
{
border-color: #684F5E;
}
.TagClassName
{
border-color: #684F5E;
}
</style>