Shades of Finn #683D54
Tints of Finn #683D54
RGB
CMYK
RGB Variations
Color information
#683D54 (or 0x683D54) is known color: Finn. HEX triplet: 68, 3D and 54. RGB value is (104,61,84). Sum of RGB (Red+Green+Blue) = 104+61+84=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 84 (33.20% from 255 or 33.73% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #683D54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683D54 is #97C2AB. Grayscale: #4C4C4C. Windows color (decimal): -9945772 or 5520744. OLE color: 5520744.
HSL color Cylindrical-coordinate representation of color #683D54: hue angle of 327.91º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #683D54 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 61 | 84 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.59 |
| HSL | 327.91º | 0.26% | 0.32% | - |
| HSV(B) | 327.91º | 0.41% | 0.41% | - |
| XYZ | 8.98 | 6.92 | 9.25 | - |
| YUV | 76.48 | 132.25 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 84 | 0 | 0.41 | 0.19 | 0.59 | 327.91 | 0.26 | 0.32 |
| Hex | 68 | 3D | 54 | 0 | 29 | 13 | 3B | 148 | 1A | 20 |
| Octal | 150 | 75 | 124 | 0 | 51 | 23 | 73 | 510 | 32 | 40 |
| Binary | 1101000 | 111101 | 1010100 | 0 | 101001 | 10011 | 111011 | 101001000 | 11010 | 100000 |
Color Harmonies of #683D54
Complementary color
Monochromatic Colors of #683D54
Black with #683D54
Text Example
Text Example
White with #683D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683D54; }
p { color: rgb(104,61,84); }
H1.HeaderClassName
{
color: #683D54;
}
.AnyTagClassName
{
color: #683D54;
}
</style>
background-color css
<style>
a { background-color: #683D54; }
a { background-color: rgb(104,61,84); }
div.DivClassName
{
background-color: #683D54;
}
.BgClassName
{
background-color: #683D54;
}
</style>
border-color css
<style>
span { border-color: #683D54; }
span { border-color: rgb(104,61,84); }
td.TdClassName
{
border-color: #683D54;
}
.TagClassName
{
border-color: #683D54;
}
</style>