Shades of Finn #683B57
Tints of Finn #683B57
RGB
CMYK
RGB Variations
Color information
#683B57 (or 0x683B57) is known color: Finn. HEX triplet: 68, 3B and 57. RGB value is (104,59,87). Sum of RGB (Red+Green+Blue) = 104+59+87=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 87 (34.38% from 255 or 34.8% from 250); Max value from RGB is 104 - color contains mainly: red. Hex color #683B57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683B57 is #97C4A8. Grayscale: #4B4B4B. Windows color (decimal): -9946281 or 5716840. OLE color: 5716840.
HSL color Cylindrical-coordinate representation of color #683B57: hue angle of 322.67º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #683B57 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 59 | 87 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.59 |
| HSL | 322.67º | 0.28% | 0.32% | - |
| HSV(B) | 322.67º | 0.43% | 0.41% | - |
| XYZ | 8.99 | 6.76 | 9.85 | - |
| YUV | 75.65 | 134.41 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 59 | 87 | 0 | 0.43 | 0.16 | 0.59 | 322.67 | 0.28 | 0.32 |
| Hex | 68 | 3B | 57 | 0 | 2B | 10 | 3B | 143 | 1C | 20 |
| Octal | 150 | 73 | 127 | 0 | 53 | 20 | 73 | 503 | 34 | 40 |
| Binary | 1101000 | 111011 | 1010111 | 0 | 101011 | 10000 | 111011 | 101000011 | 11100 | 100000 |
Color Harmonies of #683B57
Complementary color
Monochromatic Colors of #683B57
Black with #683B57
Text Example
Text Example
White with #683B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683B57; }
p { color: rgb(104,59,87); }
H1.HeaderClassName
{
color: #683B57;
}
.AnyTagClassName
{
color: #683B57;
}
</style>
background-color css
<style>
a { background-color: #683B57; }
a { background-color: rgb(104,59,87); }
div.DivClassName
{
background-color: #683B57;
}
.BgClassName
{
background-color: #683B57;
}
</style>
border-color css
<style>
span { border-color: #683B57; }
span { border-color: rgb(104,59,87); }
td.TdClassName
{
border-color: #683B57;
}
.TagClassName
{
border-color: #683B57;
}
</style>