Shades of Finn #683E5B
Tints of Finn #683E5B
RGB
CMYK
RGB Variations
Color information
#683E5B (or 0x683E5B) is known color: Finn. HEX triplet: 68, 3E and 5B. RGB value is (104,62,91). Sum of RGB (Red+Green+Blue) = 104+62+91=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 104 - color contains mainly: red. Hex color #683E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683E5B is #97C1A4. Grayscale: #4D4D4D. Windows color (decimal): -9945509 or 5979752. OLE color: 5979752.
HSL color Cylindrical-coordinate representation of color #683E5B: hue angle of 318.57º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #683E5B is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 62 | 91 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.59 |
| HSL | 318.57º | 0.25% | 0.33% | - |
| HSV(B) | 318.57º | 0.4% | 0.41% | - |
| XYZ | 9.32 | 7.14 | 10.79 | - |
| YUV | 77.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 62 | 91 | 0 | 0.40 | 0.12 | 0.59 | 318.57 | 0.25 | 0.33 |
| Hex | 68 | 3E | 5B | 0 | 28 | C | 3B | 13F | 19 | 21 |
| Octal | 150 | 76 | 133 | 0 | 50 | 14 | 73 | 477 | 31 | 41 |
| Binary | 1101000 | 111110 | 1011011 | 0 | 101000 | 1100 | 111011 | 100111111 | 11001 | 100001 |
Color Harmonies of #683E5B
Complementary color
Monochromatic Colors of #683E5B
Black with #683E5B
Text Example
Text Example
White with #683E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683E5B; }
p { color: rgb(104,62,91); }
H1.HeaderClassName
{
color: #683E5B;
}
.AnyTagClassName
{
color: #683E5B;
}
</style>
background-color css
<style>
a { background-color: #683E5B; }
a { background-color: rgb(104,62,91); }
div.DivClassName
{
background-color: #683E5B;
}
.BgClassName
{
background-color: #683E5B;
}
</style>
border-color css
<style>
span { border-color: #683E5B; }
span { border-color: rgb(104,62,91); }
td.TdClassName
{
border-color: #683E5B;
}
.TagClassName
{
border-color: #683E5B;
}
</style>