Shades of Finn #683D55
Tints of Finn #683D55
RGB
CMYK
RGB Variations
Color information
#683D55 (or 0x683D55) is known color: Finn. HEX triplet: 68, 3D and 55. RGB value is (104,61,85). Sum of RGB (Red+Green+Blue) = 104+61+85=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 104 - color contains mainly: red. Hex color #683D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683D55 is #97C2AA. Grayscale: #4C4C4C. Windows color (decimal): -9945771 or 5586280. OLE color: 5586280.
HSL color Cylindrical-coordinate representation of color #683D55: hue angle of 326.51º 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 #683D55 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 61 | 85 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.59 |
| HSL | 326.51º | 0.26% | 0.32% | - |
| HSV(B) | 326.51º | 0.41% | 0.41% | - |
| XYZ | 9.02 | 6.94 | 9.46 | - |
| YUV | 76.59 | 132.75 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 85 | 0 | 0.41 | 0.18 | 0.59 | 326.51 | 0.26 | 0.32 |
| Hex | 68 | 3D | 55 | 0 | 29 | 12 | 3B | 147 | 1A | 20 |
| Octal | 150 | 75 | 125 | 0 | 51 | 22 | 73 | 507 | 32 | 40 |
| Binary | 1101000 | 111101 | 1010101 | 0 | 101001 | 10010 | 111011 | 101000111 | 11010 | 100000 |
Color Harmonies of #683D55
Complementary color
Monochromatic Colors of #683D55
Black with #683D55
Text Example
Text Example
White with #683D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683D55; }
p { color: rgb(104,61,85); }
H1.HeaderClassName
{
color: #683D55;
}
.AnyTagClassName
{
color: #683D55;
}
</style>
background-color css
<style>
a { background-color: #683D55; }
a { background-color: rgb(104,61,85); }
div.DivClassName
{
background-color: #683D55;
}
.BgClassName
{
background-color: #683D55;
}
</style>
border-color css
<style>
span { border-color: #683D55; }
span { border-color: rgb(104,61,85); }
td.TdClassName
{
border-color: #683D55;
}
.TagClassName
{
border-color: #683D55;
}
</style>