Shades of Finn #683C56
Tints of Finn #683C56
RGB
CMYK
RGB Variations
Color information
#683C56 (or 0x683C56) is known color: Finn. HEX triplet: 68, 3C and 56. RGB value is (104,60,86). Sum of RGB (Red+Green+Blue) = 104+60+86=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 104 - color contains mainly: red. Hex color #683C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683C56 is #97C3A9. Grayscale: #4C4C4C. Windows color (decimal): -9946026 or 5651560. OLE color: 5651560.
HSL color Cylindrical-coordinate representation of color #683C56: hue angle of 324.55º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #683C56 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 60 | 86 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.59 |
| HSL | 324.55º | 0.27% | 0.32% | - |
| HSV(B) | 324.55º | 0.42% | 0.41% | - |
| XYZ | 9 | 6.85 | 9.65 | - |
| YUV | 76.12 | 133.58 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 60 | 86 | 0 | 0.42 | 0.17 | 0.59 | 324.55 | 0.27 | 0.32 |
| Hex | 68 | 3C | 56 | 0 | 2A | 11 | 3B | 145 | 1B | 20 |
| Octal | 150 | 74 | 126 | 0 | 52 | 21 | 73 | 505 | 33 | 40 |
| Binary | 1101000 | 111100 | 1010110 | 0 | 101010 | 10001 | 111011 | 101000101 | 11011 | 100000 |
Color Harmonies of #683C56
Complementary color
Monochromatic Colors of #683C56
Black with #683C56
Text Example
Text Example
White with #683C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683C56; }
p { color: rgb(104,60,86); }
H1.HeaderClassName
{
color: #683C56;
}
.AnyTagClassName
{
color: #683C56;
}
</style>
background-color css
<style>
a { background-color: #683C56; }
a { background-color: rgb(104,60,86); }
div.DivClassName
{
background-color: #683C56;
}
.BgClassName
{
background-color: #683C56;
}
</style>
border-color css
<style>
span { border-color: #683C56; }
span { border-color: rgb(104,60,86); }
td.TdClassName
{
border-color: #683C56;
}
.TagClassName
{
border-color: #683C56;
}
</style>