Shades of Finn #684E5C
Tints of Finn #684E5C
RGB
CMYK
RGB Variations
Color information
#684E5C (or 0x684E5C) is known color: Finn. HEX triplet: 68, 4E and 5C. RGB value is (104,78,92). Sum of RGB (Red+Green+Blue) = 104+78+92=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 104 - color contains mainly: red. Hex color #684E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684E5C is #97B1A3. Grayscale: #575757. Windows color (decimal): -9941412 or 6049384. OLE color: 6049384.
HSL color Cylindrical-coordinate representation of color #684E5C: hue angle of 327.69º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #684E5C is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 78 | 92 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.59 |
| HSL | 327.69º | 0.14% | 0.36% | - |
| HSV(B) | 327.69º | 0.25% | 0.41% | - |
| XYZ | 10.37 | 9.16 | 11.35 | - |
| YUV | 87.37 | 130.61 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 78 | 92 | 0 | 0.25 | 0.12 | 0.59 | 327.69 | 0.14 | 0.36 |
| Hex | 68 | 4E | 5C | 0 | 19 | C | 3B | 148 | E | 24 |
| Octal | 150 | 116 | 134 | 0 | 31 | 14 | 73 | 510 | 16 | 44 |
| Binary | 1101000 | 1001110 | 1011100 | 0 | 11001 | 1100 | 111011 | 101001000 | 1110 | 100100 |
Color Harmonies of #684E5C
Complementary color
Monochromatic Colors of #684E5C
Black with #684E5C
Text Example
Text Example
White with #684E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684E5C; }
p { color: rgb(104,78,92); }
H1.HeaderClassName
{
color: #684E5C;
}
.AnyTagClassName
{
color: #684E5C;
}
</style>
background-color css
<style>
a { background-color: #684E5C; }
a { background-color: rgb(104,78,92); }
div.DivClassName
{
background-color: #684E5C;
}
.BgClassName
{
background-color: #684E5C;
}
</style>
border-color css
<style>
span { border-color: #684E5C; }
span { border-color: rgb(104,78,92); }
td.TdClassName
{
border-color: #684E5C;
}
.TagClassName
{
border-color: #684E5C;
}
</style>