Shades of Finn #683C55
Tints of Finn #683C55
RGB
CMYK
RGB Variations
Color information
#683C55 (or 0x683C55) is known color: Finn. HEX triplet: 68, 3C and 55. RGB value is (104,60,85). Sum of RGB (Red+Green+Blue) = 104+60+85=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #683C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683C55 is #97C3AA. Grayscale: #4B4B4B. Windows color (decimal): -9946027 or 5586024. OLE color: 5586024.
HSL color Cylindrical-coordinate representation of color #683C55: hue angle of 325.91º 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 #683C55 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 60 | 85 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.59 |
| HSL | 325.91º | 0.27% | 0.32% | - |
| HSV(B) | 325.91º | 0.42% | 0.41% | - |
| XYZ | 8.96 | 6.83 | 9.44 | - |
| YUV | 76.01 | 133.08 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 60 | 85 | 0 | 0.42 | 0.18 | 0.59 | 325.91 | 0.27 | 0.32 |
| Hex | 68 | 3C | 55 | 0 | 2A | 12 | 3B | 146 | 1B | 20 |
| Octal | 150 | 74 | 125 | 0 | 52 | 22 | 73 | 506 | 33 | 40 |
| Binary | 1101000 | 111100 | 1010101 | 0 | 101010 | 10010 | 111011 | 101000110 | 11011 | 100000 |
Color Harmonies of #683C55
Complementary color
Monochromatic Colors of #683C55
Black with #683C55
Text Example
Text Example
White with #683C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683C55; }
p { color: rgb(104,60,85); }
H1.HeaderClassName
{
color: #683C55;
}
.AnyTagClassName
{
color: #683C55;
}
</style>
background-color css
<style>
a { background-color: #683C55; }
a { background-color: rgb(104,60,85); }
div.DivClassName
{
background-color: #683C55;
}
.BgClassName
{
background-color: #683C55;
}
</style>
border-color css
<style>
span { border-color: #683C55; }
span { border-color: rgb(104,60,85); }
td.TdClassName
{
border-color: #683C55;
}
.TagClassName
{
border-color: #683C55;
}
</style>