Shades of Finn #68425B
Tints of Finn #68425B
RGB
CMYK
RGB Variations
Color information
#68425B (or 0x68425B) is known color: Finn. HEX triplet: 68, 42 and 5B. RGB value is (104,66,91). Sum of RGB (Red+Green+Blue) = 104+66+91=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 104 - color contains mainly: red. Hex color #68425B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68425B is #97BDA4. Grayscale: #505050. Windows color (decimal): -9944485 or 5980776. OLE color: 5980776.
HSL color Cylindrical-coordinate representation of color #68425B: hue angle of 320.53º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68425B is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 66 | 91 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.59 |
| HSL | 320.53º | 0.22% | 0.33% | - |
| HSV(B) | 320.53º | 0.37% | 0.41% | - |
| XYZ | 9.55 | 7.59 | 10.86 | - |
| YUV | 80.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 66 | 91 | 0 | 0.37 | 0.12 | 0.59 | 320.53 | 0.22 | 0.33 |
| Hex | 68 | 42 | 5B | 0 | 25 | C | 3B | 141 | 16 | 21 |
| Octal | 150 | 102 | 133 | 0 | 45 | 14 | 73 | 501 | 26 | 41 |
| Binary | 1101000 | 1000010 | 1011011 | 0 | 100101 | 1100 | 111011 | 101000001 | 10110 | 100001 |
Color Harmonies of #68425B
Complementary color
Monochromatic Colors of #68425B
Black with #68425B
Text Example
Text Example
White with #68425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68425B; }
p { color: rgb(104,66,91); }
H1.HeaderClassName
{
color: #68425B;
}
.AnyTagClassName
{
color: #68425B;
}
</style>
background-color css
<style>
a { background-color: #68425B; }
a { background-color: rgb(104,66,91); }
div.DivClassName
{
background-color: #68425B;
}
.BgClassName
{
background-color: #68425B;
}
</style>
border-color css
<style>
span { border-color: #68425B; }
span { border-color: rgb(104,66,91); }
td.TdClassName
{
border-color: #68425B;
}
.TagClassName
{
border-color: #68425B;
}
</style>