Shades of Finn #684C58
Tints of Finn #684C58
RGB
CMYK
RGB Variations
Color information
#684C58 (or 0x684C58) is known color: Finn. HEX triplet: 68, 4C and 58. RGB value is (104,76,88). Sum of RGB (Red+Green+Blue) = 104+76+88=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 104 - color contains mainly: red. Hex color #684C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684C58 is #97B3A7. Grayscale: #555555. Windows color (decimal): -9941928 or 5786728. OLE color: 5786728.
HSL color Cylindrical-coordinate representation of color #684C58: hue angle of 334.29º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #684C58 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 76 | 88 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.59 |
| HSL | 334.29º | 0.16% | 0.35% | - |
| HSV(B) | 334.29º | 0.27% | 0.41% | - |
| XYZ | 10.05 | 8.82 | 10.4 | - |
| YUV | 85.74 | 129.28 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 76 | 88 | 0 | 0.27 | 0.15 | 0.59 | 334.29 | 0.16 | 0.35 |
| Hex | 68 | 4C | 58 | 0 | 1B | F | 3B | 14E | 10 | 23 |
| Octal | 150 | 114 | 130 | 0 | 33 | 17 | 73 | 516 | 20 | 43 |
| Binary | 1101000 | 1001100 | 1011000 | 0 | 11011 | 1111 | 111011 | 101001110 | 10000 | 100011 |
Color Harmonies of #684C58
Complementary color
Monochromatic Colors of #684C58
Black with #684C58
Text Example
Text Example
White with #684C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684C58; }
p { color: rgb(104,76,88); }
H1.HeaderClassName
{
color: #684C58;
}
.AnyTagClassName
{
color: #684C58;
}
</style>
background-color css
<style>
a { background-color: #684C58; }
a { background-color: rgb(104,76,88); }
div.DivClassName
{
background-color: #684C58;
}
.BgClassName
{
background-color: #684C58;
}
</style>
border-color css
<style>
span { border-color: #684C58; }
span { border-color: rgb(104,76,88); }
td.TdClassName
{
border-color: #684C58;
}
.TagClassName
{
border-color: #684C58;
}
</style>