Shades of Finn #683B52
Tints of Finn #683B52
RGB
CMYK
RGB Variations
Color information
#683B52 (or 0x683B52) is known color: Finn. HEX triplet: 68, 3B and 52. RGB value is (104,59,82). Sum of RGB (Red+Green+Blue) = 104+59+82=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #683B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683B52 is #97C4AD. Grayscale: #4B4B4B. Windows color (decimal): -9946286 or 5389160. OLE color: 5389160.
HSL color Cylindrical-coordinate representation of color #683B52: hue angle of 329.33º 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 #683B52 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 59 | 82 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.59 |
| HSL | 329.33º | 0.28% | 0.32% | - |
| HSV(B) | 329.33º | 0.43% | 0.41% | - |
| XYZ | 8.8 | 6.68 | 8.81 | - |
| YUV | 75.08 | 131.91 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 59 | 82 | 0 | 0.43 | 0.21 | 0.59 | 329.33 | 0.28 | 0.32 |
| Hex | 68 | 3B | 52 | 0 | 2B | 15 | 3B | 149 | 1C | 20 |
| Octal | 150 | 73 | 122 | 0 | 53 | 25 | 73 | 511 | 34 | 40 |
| Binary | 1101000 | 111011 | 1010010 | 0 | 101011 | 10101 | 111011 | 101001001 | 11100 | 100000 |
Color Harmonies of #683B52
Complementary color
Monochromatic Colors of #683B52
Black with #683B52
Text Example
Text Example
White with #683B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683B52; }
p { color: rgb(104,59,82); }
H1.HeaderClassName
{
color: #683B52;
}
.AnyTagClassName
{
color: #683B52;
}
</style>
background-color css
<style>
a { background-color: #683B52; }
a { background-color: rgb(104,59,82); }
div.DivClassName
{
background-color: #683B52;
}
.BgClassName
{
background-color: #683B52;
}
</style>
border-color css
<style>
span { border-color: #683B52; }
span { border-color: rgb(104,59,82); }
td.TdClassName
{
border-color: #683B52;
}
.TagClassName
{
border-color: #683B52;
}
</style>