Shades of Finn #684D5C
Tints of Finn #684D5C
RGB
CMYK
RGB Variations
Color information
#684D5C (or 0x684D5C) is known color: Finn. HEX triplet: 68, 4D and 5C. RGB value is (104,77,92). Sum of RGB (Red+Green+Blue) = 104+77+92=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 104 - color contains mainly: red. Hex color #684D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684D5C is #97B2A3. Grayscale: #565656. Windows color (decimal): -9941668 or 6049128. OLE color: 6049128.
HSL color Cylindrical-coordinate representation of color #684D5C: hue angle of 326.67º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #684D5C is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 77 | 92 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.59 |
| HSL | 326.67º | 0.15% | 0.35% | - |
| HSV(B) | 326.67º | 0.26% | 0.41% | - |
| XYZ | 10.29 | 9.02 | 11.32 | - |
| YUV | 86.78 | 130.95 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 77 | 92 | 0 | 0.26 | 0.12 | 0.59 | 326.67 | 0.15 | 0.35 |
| Hex | 68 | 4D | 5C | 0 | 1A | C | 3B | 147 | F | 23 |
| Octal | 150 | 115 | 134 | 0 | 32 | 14 | 73 | 507 | 17 | 43 |
| Binary | 1101000 | 1001101 | 1011100 | 0 | 11010 | 1100 | 111011 | 101000111 | 1111 | 100011 |
Color Harmonies of #684D5C
Complementary color
Monochromatic Colors of #684D5C
Black with #684D5C
Text Example
Text Example
White with #684D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684D5C; }
p { color: rgb(104,77,92); }
H1.HeaderClassName
{
color: #684D5C;
}
.AnyTagClassName
{
color: #684D5C;
}
</style>
background-color css
<style>
a { background-color: #684D5C; }
a { background-color: rgb(104,77,92); }
div.DivClassName
{
background-color: #684D5C;
}
.BgClassName
{
background-color: #684D5C;
}
</style>
border-color css
<style>
span { border-color: #684D5C; }
span { border-color: rgb(104,77,92); }
td.TdClassName
{
border-color: #684D5C;
}
.TagClassName
{
border-color: #684D5C;
}
</style>