Shades of Finn #68445E
Tints of Finn #68445E
RGB
CMYK
RGB Variations
Color information
#68445E (or 0x68445E) is known color: Finn. HEX triplet: 68, 44 and 5E. RGB value is (104,68,94). Sum of RGB (Red+Green+Blue) = 104+68+94=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 104 - color contains mainly: red. Hex color #68445E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68445E is #97BBA1. Grayscale: #515151. Windows color (decimal): -9943970 or 6177896. OLE color: 6177896.
HSL color Cylindrical-coordinate representation of color #68445E: hue angle of 316.67º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68445E is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 68 | 94 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.59 |
| HSL | 316.67º | 0.21% | 0.34% | - |
| HSV(B) | 316.67º | 0.35% | 0.41% | - |
| XYZ | 9.8 | 7.89 | 11.6 | - |
| YUV | 81.73 | 134.93 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 68 | 94 | 0 | 0.35 | 0.10 | 0.59 | 316.67 | 0.21 | 0.34 |
| Hex | 68 | 44 | 5E | 0 | 23 | A | 3B | 13D | 15 | 22 |
| Octal | 150 | 104 | 136 | 0 | 43 | 12 | 73 | 475 | 25 | 42 |
| Binary | 1101000 | 1000100 | 1011110 | 0 | 100011 | 1010 | 111011 | 100111101 | 10101 | 100010 |
Color Harmonies of #68445E
Complementary color
Monochromatic Colors of #68445E
Black with #68445E
Text Example
Text Example
White with #68445E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68445E; }
p { color: rgb(104,68,94); }
H1.HeaderClassName
{
color: #68445E;
}
.AnyTagClassName
{
color: #68445E;
}
</style>
background-color css
<style>
a { background-color: #68445E; }
a { background-color: rgb(104,68,94); }
div.DivClassName
{
background-color: #68445E;
}
.BgClassName
{
background-color: #68445E;
}
</style>
border-color css
<style>
span { border-color: #68445E; }
span { border-color: rgb(104,68,94); }
td.TdClassName
{
border-color: #68445E;
}
.TagClassName
{
border-color: #68445E;
}
</style>