Shades of Finn #68394F
Tints of Finn #68394F
RGB
CMYK
RGB Variations
Color information
#68394F (or 0x68394F) is known color: Finn. HEX triplet: 68, 39 and 4F. RGB value is (104,57,79). Sum of RGB (Red+Green+Blue) = 104+57+79=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 104 - color contains mainly: red. Hex color #68394F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68394F is #97C6B0. Grayscale: #494949. Windows color (decimal): -9946801 or 5192040. OLE color: 5192040.
HSL color Cylindrical-coordinate representation of color #68394F: hue angle of 331.91º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68394F is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 57 | 79 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.59 |
| HSL | 331.91º | 0.29% | 0.32% | - |
| HSV(B) | 331.91º | 0.45% | 0.41% | - |
| XYZ | 8.58 | 6.43 | 8.19 | - |
| YUV | 73.56 | 131.07 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 57 | 79 | 0 | 0.45 | 0.24 | 0.59 | 331.91 | 0.29 | 0.32 |
| Hex | 68 | 39 | 4F | 0 | 2D | 18 | 3B | 14C | 1D | 20 |
| Octal | 150 | 71 | 117 | 0 | 55 | 30 | 73 | 514 | 35 | 40 |
| Binary | 1101000 | 111001 | 1001111 | 0 | 101101 | 11000 | 111011 | 101001100 | 11101 | 100000 |
Color Harmonies of #68394F
Complementary color
Monochromatic Colors of #68394F
Black with #68394F
Text Example
Text Example
White with #68394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68394F; }
p { color: rgb(104,57,79); }
H1.HeaderClassName
{
color: #68394F;
}
.AnyTagClassName
{
color: #68394F;
}
</style>
background-color css
<style>
a { background-color: #68394F; }
a { background-color: rgb(104,57,79); }
div.DivClassName
{
background-color: #68394F;
}
.BgClassName
{
background-color: #68394F;
}
</style>
border-color css
<style>
span { border-color: #68394F; }
span { border-color: rgb(104,57,79); }
td.TdClassName
{
border-color: #68394F;
}
.TagClassName
{
border-color: #68394F;
}
</style>