Shades of Finn #683F52
Tints of Finn #683F52
RGB
CMYK
RGB Variations
Color information
#683F52 (or 0x683F52) is known color: Finn. HEX triplet: 68, 3F and 52. RGB value is (104,63,82). Sum of RGB (Red+Green+Blue) = 104+63+82=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #683F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683F52 is #97C0AD. Grayscale: #4D4D4D. Windows color (decimal): -9945262 or 5390184. OLE color: 5390184.
HSL color Cylindrical-coordinate representation of color #683F52: hue angle of 332.2º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #683F52 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 63 | 82 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.59 |
| HSL | 332.2º | 0.25% | 0.33% | - |
| HSV(B) | 332.2º | 0.39% | 0.41% | - |
| XYZ | 9.01 | 7.11 | 8.88 | - |
| YUV | 77.43 | 130.58 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 82 | 0 | 0.39 | 0.21 | 0.59 | 332.2 | 0.25 | 0.33 |
| Hex | 68 | 3F | 52 | 0 | 27 | 15 | 3B | 14C | 19 | 21 |
| Octal | 150 | 77 | 122 | 0 | 47 | 25 | 73 | 514 | 31 | 41 |
| Binary | 1101000 | 111111 | 1010010 | 0 | 100111 | 10101 | 111011 | 101001100 | 11001 | 100001 |
Color Harmonies of #683F52
Complementary color
Monochromatic Colors of #683F52
Black with #683F52
Text Example
Text Example
White with #683F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683F52; }
p { color: rgb(104,63,82); }
H1.HeaderClassName
{
color: #683F52;
}
.AnyTagClassName
{
color: #683F52;
}
</style>
background-color css
<style>
a { background-color: #683F52; }
a { background-color: rgb(104,63,82); }
div.DivClassName
{
background-color: #683F52;
}
.BgClassName
{
background-color: #683F52;
}
</style>
border-color css
<style>
span { border-color: #683F52; }
span { border-color: rgb(104,63,82); }
td.TdClassName
{
border-color: #683F52;
}
.TagClassName
{
border-color: #683F52;
}
</style>