Shades of Finn #683D51
Tints of Finn #683D51
RGB
CMYK
RGB Variations
Color information
#683D51 (or 0x683D51) is known color: Finn. HEX triplet: 68, 3D and 51. RGB value is (104,61,81). Sum of RGB (Red+Green+Blue) = 104+61+81=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 81 (32.03% from 255 or 32.93% from 246); Max value from RGB is 104 - color contains mainly: red. Hex color #683D51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683D51 is #97C2AE. Grayscale: #4C4C4C. Windows color (decimal): -9945775 or 5324136. OLE color: 5324136.
HSL color Cylindrical-coordinate representation of color #683D51: hue angle of 332.09º 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 #683D51 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 61 | 81 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.59 |
| HSL | 332.09º | 0.26% | 0.32% | - |
| HSV(B) | 332.09º | 0.41% | 0.41% | - |
| XYZ | 8.86 | 6.87 | 8.64 | - |
| YUV | 76.14 | 130.75 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 81 | 0 | 0.41 | 0.22 | 0.59 | 332.09 | 0.26 | 0.32 |
| Hex | 68 | 3D | 51 | 0 | 29 | 16 | 3B | 14C | 1A | 20 |
| Octal | 150 | 75 | 121 | 0 | 51 | 26 | 73 | 514 | 32 | 40 |
| Binary | 1101000 | 111101 | 1010001 | 0 | 101001 | 10110 | 111011 | 101001100 | 11010 | 100000 |
Color Harmonies of #683D51
Complementary color
Monochromatic Colors of #683D51
Black with #683D51
Text Example
Text Example
White with #683D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683D51; }
p { color: rgb(104,61,81); }
H1.HeaderClassName
{
color: #683D51;
}
.AnyTagClassName
{
color: #683D51;
}
</style>
background-color css
<style>
a { background-color: #683D51; }
a { background-color: rgb(104,61,81); }
div.DivClassName
{
background-color: #683D51;
}
.BgClassName
{
background-color: #683D51;
}
</style>
border-color css
<style>
span { border-color: #683D51; }
span { border-color: rgb(104,61,81); }
td.TdClassName
{
border-color: #683D51;
}
.TagClassName
{
border-color: #683D51;
}
</style>